Skip to content

Commit 505879c

Browse files
committed
fix: types
1 parent ddd3d39 commit 505879c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/renderer/src/queries/wallet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const useClaimWalletDailyRewardMutation = () => {
9191

9292
return useMutation({
9393
mutationKey: ["claimWalletDailyReward"],
94-
mutationFn: ({ tokenV2, tokenV3 }: { tokenV2?: string; tokenV3?: string }) =>
94+
mutationFn: ({ tokenV2, tokenV3 }: { tokenV2?: string | null; tokenV3?: string | null }) =>
9595
apiClient.wallets.transactions.claim_daily.$post(
9696
{ json: {} },
9797
{

0 commit comments

Comments
 (0)