mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 21:41:52 +08:00
feat(server): adapt normal workspace's invite link behavior (#9130)
This commit is contained in:
@@ -112,7 +112,6 @@ export async function acceptInviteById(
|
||||
})
|
||||
.expect(200);
|
||||
if (res.body.errors) {
|
||||
console.error(res.body.errors);
|
||||
throw new Error(res.body.errors[0].message, {
|
||||
cause: res.body.errors[0].cause,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user