Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MxtOUT committed May 30, 2024
1 parent 9eddf02 commit 5140da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scriptlets/Community/FriendsAndGroups/groupsManager.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
document.addEventListener("as_groupsManager", async function(e) {
document.addEventListener("as_GroupsManager", async function(e) {
const {action} = e.detail;

switch(action) {
Expand Down

0 comments on commit 5140da5

Please sign in to comment.