fix auto depth
This commit is contained in:
parent
e2e6f6a12c
commit
76127dd131
@ -223,7 +223,7 @@ export class WrappedWebdavClient {
|
||||
const res = await this.client.customRequest(`/${this.vaultName}`, {
|
||||
method: "PROPFIND",
|
||||
headers: {
|
||||
Depth: "Infinity",
|
||||
Depth: "infinity",
|
||||
},
|
||||
responseType: "text",
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user