")"が抜けていたので追加 (#5802)

This commit is contained in:
fuyu 2020-02-01 17:02:46 +09:00 committed by GitHub
parent f04002188d
commit 6f115c6d81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;