full API ts transition and sentry not reporting fix
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user