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