Fix CI lint
authorgparant <g.parant@thecodingmachine.com>
Mon, 11 May 2020 18:55:17 +0000 (20:55 +0200)
committergparant <g.parant@thecodingmachine.com>
Mon, 11 May 2020 18:55:17 +0000 (20:55 +0200)
back/src/Model/Websocket/ExtRooms.ts

index f0eadea675846e8689d6afb0a29f8517f6853deb..7fb6216d2421afd320fa6e626865dfc79c761c8e 100644 (file)
@@ -8,7 +8,7 @@ export class ExtRooms implements ExtRoomsInterface{
     Worlds: any;
 
     [room: string]: SocketIO.Room;
-};
+}
 
 let RefreshUserPositionFunction = function(rooms : ExtRooms, Io: socketIO.Server) {
     let clients = Io.clients();