Skip to content

Commit

Permalink
Rebase code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jullia andrei committed Sep 22, 2024
1 parent 8db2bfd commit 9aa40db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dump.rdb
Binary file not shown.
2 changes: 1 addition & 1 deletion src/socket.io/admin/rooms.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SocketRooms.getAll = async function () {
category: 0,
};
const userRooms = {};
const topicData = {}
const topicData = {};
function checkTid(key) {
const tid = key.match(/^topic_(\d+)/);
if (tid) {
Expand Down

0 comments on commit 9aa40db

Please sign in to comment.