diff --git a/server/routes/api/hooks.ts b/server/routes/api/hooks.ts index 622714431..0de8d780b 100644 --- a/server/routes/api/hooks.ts +++ b/server/routes/api/hooks.ts @@ -57,6 +57,7 @@ router.post("hooks.unfurl", async (ctx) => { model: UserAuthentication, as: "authentications", required: true, + separate: true, }, ], });