mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
remove unnecessary get
This commit is contained in:
parent
c4c39f6b79
commit
11b7fee80b
@ -773,8 +773,6 @@ export class FakeFsWebdav extends FakeFs {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
await this._init();
|
await this._init();
|
||||||
const c = await this.client.getDAVCompliance(`/${this.remoteBaseDir}/`);
|
|
||||||
console.debug(c);
|
|
||||||
const results = await this._statFromRoot(`/${this.remoteBaseDir}/`);
|
const results = await this._statFromRoot(`/${this.remoteBaseDir}/`);
|
||||||
if (results === undefined) {
|
if (results === undefined) {
|
||||||
const err = "results is undefined";
|
const err = "results is undefined";
|
||||||
|
Loading…
Reference in New Issue
Block a user