From 6a202fff4918274ac4f058460a04332fe9aec0f5 Mon Sep 17 00:00:00 2001 From: Alban Bruder Date: Tue, 12 Apr 2022 12:31:13 -0400 Subject: [PATCH] run pretty --- back/src/Model/GameRoom.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/src/Model/GameRoom.ts b/back/src/Model/GameRoom.ts index ae907114..e12e307b 100644 --- a/back/src/Model/GameRoom.ts +++ b/back/src/Model/GameRoom.ts @@ -579,7 +579,7 @@ export class GameRoom { roomSlug: null, contactPage: null, group: null, - instance + instance, }; }