Skip to content

Commit

Permalink
Update webdav.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualHotBar committed Apr 19, 2024
1 parent da2c0c9 commit 1eb81ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/storage/parameters/defaults/webdav.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { WebdavParamsAdvanced, WebdavParamsStandard } from "../../../../type/rclone/storage/parameters/webdav";

Check failure on line 1 in src/controller/storage/parameters/defaults/webdav.ts

View workflow job for this annotation

GitHub Actions / build

Cannot find module '../../../../type/rclone/storage/parameters/webdav' or its corresponding type declarations.
import { DefaultParams } from "../../../../type/rclone/storage/defaults";
import { WebdavParamsAdvanced, WebdavParamsStandard } from "../../../../type/rclone/storage/parameters/webdav.ts";

const standard: WebdavParamsStandard = {
url: "",
Expand Down

0 comments on commit 1eb81ac

Please sign in to comment.