diff --git a/app/utils/cloud/webdav.ts b/app/utils/cloud/webdav.ts index 71d452b4a..f7d48dd03 100644 --- a/app/utils/cloud/webdav.ts +++ b/app/utils/cloud/webdav.ts @@ -63,9 +63,9 @@ export function createWebDavClient(store: SyncStore) { }; }, path(path: string, proxyUrl: string = "") { - if (!path.endsWith("/")) { - path += "/"; - } + // if (!path.endsWith("/")) { + // path += "/"; + // } if (path.startsWith("/")) { path = path.slice(1); }