Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed Feb 9, 2024
1 parent 3d18feb commit 71d6694
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/ApiFunctions/MemberEndPoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -483,12 +483,10 @@ export function memberEndPoints(app) {
},
});

res.send(jsonify(member));

/*let badges = global.client.achievementsModule.getBadgeUnlocks(
let badges = global.client.achievementsModule.getBadgeUnlocks(
member.Achievement_History
);
res.send(jsonify(badges));*/
res.send(jsonify(badges));
}
);

Expand Down

0 comments on commit 71d6694

Please sign in to comment.