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 4199652 commit 3d18feb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/ApiFunctions/MemberEndPoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -483,10 +483,12 @@ export function memberEndPoints(app) {
},
});

let badges = global.client.achievementsModule.getBadgeUnlocks(
res.send(jsonify(member));

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

Expand Down

0 comments on commit 3d18feb

Please sign in to comment.