fix ts error

This commit is contained in:
lloydzhou
2024-09-30 01:30:20 +08:00
parent a50c282d01
commit 9be58f3eb4
9 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ export type SyncStore = GetStoreState<typeof useSyncStore>;
const DEFAULT_SYNC_STATE = {
provider: ProviderType.WebDAV,
useProxy: true,
proxyUrl: ApiPath.Cors,
proxyUrl: ApiPath.Cors as string,
webdav: {
endpoint: "",