Skip to content

Commit

Permalink
fixing "trailing space not allowed" error
Browse files Browse the repository at this point in the history
  • Loading branch information
mhli1260 committed Sep 21, 2024
1 parent be7d2cb commit 03aed02
Showing 1 changed file with 1 addition and 1 deletion.
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 03aed02

Please sign in to comment.