mirror of
https://github.com/certd/certd.git
synced 2026-07-19 04:37:32 +08:00
chore: project
This commit is contained in:
@@ -196,7 +196,7 @@ export class AccessService extends BaseService<AccessEntity> {
|
||||
if (ids.length === 0) {
|
||||
return [];
|
||||
}
|
||||
if (!userId) {
|
||||
if (userId==null) {
|
||||
return [];
|
||||
}
|
||||
return await this.repository.find({
|
||||
|
||||
Reference in New Issue
Block a user