From 0cdbf17fbfe0d702d4479f13e2e495688db8ea3a Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 20 Jun 2023 08:53:24 +0200 Subject: [PATCH] remove semicolon --- backend/src/schema/resolvers/rooms.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/schema/resolvers/rooms.spec.ts b/backend/src/schema/resolvers/rooms.spec.ts index 26c95920b..7ebf7cd54 100644 --- a/backend/src/schema/resolvers/rooms.spec.ts +++ b/backend/src/schema/resolvers/rooms.spec.ts @@ -35,7 +35,7 @@ afterAll(async () => { describe('Room', () => { beforeAll(async () => { - ;[chattingUser, otherChattingUser, notChattingUser] = await Promise.all([ + [chattingUser, otherChattingUser, notChattingUser] = await Promise.all([ Factory.build( 'user', {