diff --git a/src/remoteForWebdav.ts b/src/remoteForWebdav.ts index 5a53fb8..7c2105e 100644 --- a/src/remoteForWebdav.ts +++ b/src/remoteForWebdav.ts @@ -223,7 +223,7 @@ export class WrappedWebdavClient { const res = await this.client.customRequest(`/${this.vaultName}`, { method: "PROPFIND", headers: { - Depth: "Infinity", + Depth: "infinity", }, responseType: "text", });