mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
refactor(server): use @nestjs-cls/transactional to impl database transaction (#9759)
This commit is contained in:
@@ -326,7 +326,7 @@ test('should grant member with read permission and Pending status by default', a
|
||||
t.true(
|
||||
updatedSpy.calledOnceWith({
|
||||
workspaceId: workspace.id,
|
||||
count: 2,
|
||||
count: 1,
|
||||
})
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user