Skip to content

Commit

Permalink
hotfix 03
Browse files Browse the repository at this point in the history
  • Loading branch information
Moonded committed Aug 27, 2024
1 parent 1a21701 commit b849b0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/discord/web/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ router.get("/", async (req, res) => {
CustomData: Users.find((a) => a.userid === member.user.id) || null,
});
return acc;
}
},
[]
);

log("Experimental Roles sent");
Expand Down

0 comments on commit b849b0e

Please sign in to comment.