From 5c3057e998d97551012c5ccfd794ecc2fbb2ef3a Mon Sep 17 00:00:00 2001 From: 409 <409dev@protonmail.com> Date: Sat, 6 Sep 2025 21:15:46 +0200 Subject: [PATCH] fix file rename --- frontend/lib/api/warrens.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/lib/api/warrens.ts b/frontend/lib/api/warrens.ts index 8f00430..aa38a0b 100644 --- a/frontend/lib/api/warrens.ts +++ b/frontend/lib/api/warrens.ts @@ -272,7 +272,7 @@ export async function renameWarrenEntry( headers: getApiHeaders(), body: JSON.stringify({ warrenId, - path, + paths: [path], targetPath, }), });