aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/lib')
-rw-r--r--apps/mobile/lib/upload.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/lib/upload.ts b/apps/mobile/lib/upload.ts
index 9eb40e01..0b6db549 100644
--- a/apps/mobile/lib/upload.ts
+++ b/apps/mobile/lib/upload.ts
@@ -12,7 +12,7 @@ import { api } from "./trpc";
export function useUploadAsset(
settings: Settings,
options: {
- onSuccess?: (bookmark: ZBookmark) => void;
+ onSuccess?: (bookmark: ZBookmark & { alreadyExists: boolean }) => void;
onError?: (e: string) => void;
},
) {