Possible fix for #3986

This commit is contained in:
Tom Moor
2022-08-22 09:47:47 +02:00
parent f1bd4a5b31
commit 421312b845

View File

@@ -57,6 +57,7 @@ router.post("hooks.unfurl", async (ctx) => {
model: UserAuthentication,
as: "authentications",
required: true,
separate: true,
},
],
});