Spaces:
Sleeping
Sleeping
typo
Browse files- patches/convex/world.ts +1 -1
patches/convex/world.ts
CHANGED
@@ -144,7 +144,7 @@ export const joinWorld = mutation({
|
|
144 |
name: randomCharacter.name,
|
145 |
character: randomCharacter.character,
|
146 |
description: randomCharacter.identity,
|
147 |
-
tokenIdentifier:
|
148 |
plan:randomCharacter.plan,
|
149 |
role: "villager",
|
150 |
});
|
|
|
144 |
name: randomCharacter.name,
|
145 |
character: randomCharacter.character,
|
146 |
description: randomCharacter.identity,
|
147 |
+
tokenIdentifier: oauthToken,
|
148 |
plan:randomCharacter.plan,
|
149 |
role: "villager",
|
150 |
});
|