Skip to content

Commit

Permalink
Merge branch 'f24' into jullia/refactor-user-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jullia02 authored Sep 22, 2024
2 parents 2dd0331 + 03aed02 commit 8db2bfd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/socket.io/admin/rooms.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ SocketRooms.getAll = async function () {
category: 0,
};
const userRooms = {};
const topicData = {};

const topicData = {}

Check failure on line 33 in src/socket.io/admin/rooms.js

View workflow job for this annotation

GitHub Actions / test

Missing semicolon
function checkTid(key) {
const tid = key.match(/^topic_(\d+)/);
if (tid) {
Expand Down

0 comments on commit 8db2bfd

Please sign in to comment.