forked from FoundKeyGang/FoundKey
add missing comma
This commit is contained in:
parent
79acdd7652
commit
a3c7571670
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ export const UserRepository = db.getRepository(User).extend({
|
|||
case 'nobody':
|
||||
return false;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
async pack<ExpectsMe extends boolean | null = null, D extends boolean = false>(
|
||||
src: User['id'] | User,
|
||||
|
|
Loading…
Reference in a new issue