From 6c1a4634402bbadd24822ad1457b113615782b30 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 24 Dec 2023 00:59:37 +0100 Subject: Fix eslint issues. --- server.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'server.js') diff --git a/server.js b/server.js index 278cc6e..51d1aa4 100644 --- a/server.js +++ b/server.js @@ -1297,8 +1297,6 @@ const SQL_INSERT_REMATCH = SQL(` game_id `).pluck() -const SQL_INSERT_REMATCH_PLAYERS = SQL("insert into players (game_id, user_id, role, is_invite) select ?, user_id, role, user_id!=? from players where game_id=?") - const QUERY_LIST_PUBLIC_GAMES_OPEN = SQL(` select * from game_view where status=0 and not is_private and join_count > 0 and join_count < player_count and not exists ( select 1 from contacts where me = owner_id and you = ? and relation < 0 ) -- cgit v1.2.3