fix folder

This commit is contained in:
fyears
2022-03-23 10:02:02 +08:00
parent e76a5e4c12
commit 005b698862
+1 -1
View File
@@ -204,7 +204,7 @@ export class WrappedWebdavClient {
if (this.vaultFolderExists) {
// pass
} else {
const res = await this.client.exists(`/${this.vaultName}`);
const res = await this.client.exists(`/${this.vaultName}/`);
if (res) {
// log.info("remote vault folder exits!");
this.vaultFolderExists = true;