refactor: 🔊 Fix duplicate logs

This commit is contained in:
Jesse Wierzbinski 2024-11-24 23:13:29 +01:00
parent 005a3a2721
commit 3e19b11609
No known key found for this signature in database
5 changed files with 23 additions and 12 deletions

View file

@ -108,7 +108,7 @@ export default apiRoute((app) =>
} catch (e) {
const error = e as ResponseError;
getLogger("federation")
getLogger(["federation", "bridge"])
.error`Error from bridge: ${await error.response.data}`;
}
}