Skip to content

Commit

Permalink
fix: type error in trp fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Oct 2, 2024
1 parent ae7eab6 commit cd968d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/src/trpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const createUseTrpc = async () => {
return res
} catch (e) {
console.error(e)
return res
}
})
}
Expand Down

0 comments on commit cd968d6

Please sign in to comment.