Updated the id field in the Account.ts model

This commit is contained in:
Mathias Wagner 2023-01-15 20:31:01 +01:00
parent 5b59f674ef
commit e2941eb850
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

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,