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

@@ -127,6 +127,4 @@ router.put('/:id/displayname', async (req, res) => {
});
module.exports = router;
export const memberRouter = router;