From 6f115c6d81fd20b758520f0c72bce7ee5c54e485 Mon Sep 17 00:00:00 2001 From: fuyu <54523771+mfmfuyu@users.noreply.github.com> Date: Sat, 1 Feb 2020 17:02:46 +0900 Subject: [PATCH] =?UTF-8?q?")"=E3=81=8C=E6=8A=9C=E3=81=91=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=81=9F=E3=81=AE=E3=81=A7=E8=BF=BD=E5=8A=A0=20(#5802?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/drive/add-file.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/drive/add-file.ts b/src/services/drive/add-file.ts index 962c9d771..777e357c1 100644 --- a/src/services/drive/add-file.ts +++ b/src/services/drive/add-file.ts @@ -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;