Commit 995a647
await the token promise so the catch works (#41277)
as is, if `getToken` throws, it won't catch it and return `null`
GitOrigin-RevId: ef959d0c113bbd30442097dfd60356f1e64e939e1 parent 2f2f9f0 commit 995a647
File tree
1 file changed
+1
-1
lines changed- npm-packages/convex/src/react-clerk
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments