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 fc6c252 commit da2c0c9
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 { DefaultParams } from "../../../../type/rclone/storage/defaults";
import { WebdavParamsAdvanced, WebdavParamsStandard } from "../../../../type/rclone/storage/parameters/webdav";
import { WebdavParamsAdvanced, WebdavParamsStandard } from "../../../../type/rclone/storage/parameters/webdav.ts";

Check failure on line 2 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.ts' or its corresponding type declarations.

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

0 comments on commit da2c0c9

Please sign in to comment.