Updated the id field in the Account.ts model
This commit is contained in:
@ -3,7 +3,7 @@ import { fieldEncryption } from "mongoose-field-encryption";
|
||||
import * as process from "process";
|
||||
|
||||
export interface IAccount {
|
||||
id: ObjectId,
|
||||
_id: ObjectId,
|
||||
username: string,
|
||||
email: string,
|
||||
password: string,
|
||||
|
Reference in New Issue
Block a user