mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-13 15:25:39 +01:00
move to required ids
This commit is contained in:
@@ -28,7 +28,7 @@ export class NameRolesUser extends UsernameUser {
|
||||
// Actual entity that goes in the db
|
||||
export class EUser extends NameRolesUser {
|
||||
@EntityID()
|
||||
id?: string;
|
||||
id: string;
|
||||
|
||||
@IsOptional()
|
||||
@Exclude()
|
||||
|
||||
Reference in New Issue
Block a user