fix: change matching pattern

This commit is contained in:
Fred
2024-03-14 01:22:50 +08:00
parent eebc334e02
commit 8645214654
3 changed files with 13 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
import { STORAGE_KEY } from "@/app/constant";
import { SyncStore } from "@/app/store/sync";
import { corsFetch } from "../cors";
export type WebDAVConfig = SyncStore["webdav"];
export type WebDavClient = ReturnType<typeof createWebDavClient>;