Updated the id field in the Account.ts model

This commit is contained in:
2023-01-15 20:31:01 +01:00
parent 5b59f674ef
commit e2941eb850

View File

@@ -3,7 +3,7 @@ import { fieldEncryption } from "mongoose-field-encryption";
import * as process from "process"; import * as process from "process";
export interface IAccount { export interface IAccount {
id: ObjectId, _id: ObjectId,
username: string, username: string,
email: string, email: string,
password: string, password: string,