mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-09 21:54:02 +02:00
")"が抜けていたので追加 (#5802)
This commit is contained in:
@@ -335,7 +335,7 @@ export default async function(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (info.avgColor) {
|
if (info.avgColor) {
|
||||||
properties['avgColor'] = `rgb(${info.avgColor.join(',')}`;
|
properties['avgColor'] = `rgb(${info.avgColor.join(',')})`;
|
||||||
}
|
}
|
||||||
|
|
||||||
const profile = user ? await UserProfiles.findOne(user.id) : null;
|
const profile = user ? await UserProfiles.findOne(user.id) : null;
|
||||||
|
|||||||
Reference in New Issue
Block a user