fix file rename

This commit is contained in:
2025-09-06 21:15:46 +02:00
parent a0c90f57d5
commit 5c3057e998

View File

@@ -272,7 +272,7 @@ export async function renameWarrenEntry(
headers: getApiHeaders(),
body: JSON.stringify({
warrenId,
path,
paths: [path],
targetPath,
}),
});