Skip to content

Commit

Permalink
Update update.js
Browse files Browse the repository at this point in the history
fixed Trailing spaces
  • Loading branch information
JasmineRocket authored Sep 23, 2024
1 parent fd2bda9 commit b6c3308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groups/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module.exports = function (Groups) {
}
return payload;
}

async function updateVisibility(groupName, hidden) {
if (hidden) {
await db.sortedSetRemoveBulk([
Expand Down

0 comments on commit b6c3308

Please sign in to comment.