This commit is contained in:
syuilo
2020-02-01 07:16:52 +09:00
parent d355f3f77c
commit 7ed3448e13
19 changed files with 152 additions and 216 deletions

View File

@@ -32,7 +32,7 @@ export const meta = {
};
export default define(meta, async (ps, user) => {
await UserProfiles.update({ userId: user.id }, {
await UserProfiles.update(user.id, {
room: ps.room as any
});