mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
refactor(server): use session model in auth service (#9660)
This commit is contained in:
@@ -14,7 +14,7 @@ import {
|
||||
} from '../base';
|
||||
import type { Payload } from '../base/event/def';
|
||||
import { Permission } from '../core/permission';
|
||||
import { Quota_FreePlanV1_1 } from '../core/quota';
|
||||
import { Quota_FreePlanV1_1 } from '../core/quota/schema';
|
||||
|
||||
const publicUserSelect = {
|
||||
id: true,
|
||||
|
||||
Reference in New Issue
Block a user