Spaces:
Sleeping
Sleeping
typo
Browse files- patches/convex/world.ts +1 -0
patches/convex/world.ts
CHANGED
|
@@ -113,6 +113,7 @@ export const userStatus = query({
|
|
| 113 |
|
| 114 |
export const joinWorld = mutation({
|
| 115 |
args: {
|
|
|
|
| 116 |
oauthToken: v.optional(v.string()),
|
| 117 |
|
| 118 |
},
|
|
|
|
| 113 |
|
| 114 |
export const joinWorld = mutation({
|
| 115 |
args: {
|
| 116 |
+
worldId: v.id('worlds'),
|
| 117 |
oauthToken: v.optional(v.string()),
|
| 118 |
|
| 119 |
},
|