mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -07:00
")"が抜けていたので追加 (#5802)
This commit is contained in:
parent
4253e22a61
commit
edcf1c99f6
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ export default async function(
|
|||
}
|
||||
|
||||
if (info.avgColor) {
|
||||
properties['avgColor'] = `rgb(${info.avgColor.join(',')}`;
|
||||
properties['avgColor'] = `rgb(${info.avgColor.join(',')})`;
|
||||
}
|
||||
|
||||
const profile = user ? await UserProfiles.findOne(user.id) : null;
|
||||
|
|
Loading…
Reference in a new issue