fix auto depth

This commit is contained in:
fyears 2022-03-21 23:34:18 +08:00
parent e2e6f6a12c
commit 76127dd131

View File

@ -223,7 +223,7 @@ export class WrappedWebdavClient {
const res = await this.client.customRequest(`/${this.vaultName}`, {
method: "PROPFIND",
headers: {
Depth: "Infinity",
Depth: "infinity",
},
responseType: "text",
});