From 925c71bf52dc4d7da4bf8aa534ea8a92b715160d Mon Sep 17 00:00:00 2001 From: Benedikt Werner <1benediktwerner@gmail.com> Date: Sat, 2 Oct 2021 08:58:04 +0200 Subject: [PATCH] Prettier --- bin/mongodb/create-trophy-kinds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mongodb/create-trophy-kinds.js b/bin/mongodb/create-trophy-kinds.js index c86fa30d27..1cd367c4a4 100644 --- a/bin/mongodb/create-trophy-kinds.js +++ b/bin/mongodb/create-trophy-kinds.js @@ -93,7 +93,7 @@ db.trophyKind.insert({ db.trophyKind.insert({ _id: 'contentTeam', name: 'Lichess Content Team', - icon: '', + icon: '', klass: 'icon3d', order: NumberInt(103), withCustomImage: false,