Skip to content

Commit

Permalink
Update GlobalModule.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Sep 22, 2024
1 parent f924b87 commit 675a72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/GlobalModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const $meta: Provider = {
switch (type) {
case 'metaUpdated': {
for (const key in body) {
meta[key] = body[key];
(meta as any)[key] = (body as any)[key];
}
meta.proxyAccount = null; // joinなカラムは通常取ってこないので
break;
Expand Down

0 comments on commit 675a72c

Please sign in to comment.