full API ts transition and sentry not reporting fix

This commit is contained in:
2025-12-14 13:52:32 -05:00
parent 84392591d1
commit 7aaeab5243
10 changed files with 54 additions and 60 deletions

View File

@@ -35,5 +35,5 @@ r.get('/', async (req, res) => {
}
});
module.exports.ranks = r;
module.exports.memberRanks = ur;
export const ranks = r;
export const memberRanks = ur;