Updated the id field in the Project.ts model
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import {model, ObjectId, Schema} from "mongoose";
|
import {model, ObjectId, Schema} from "mongoose";
|
||||||
|
|
||||||
export interface IProject {
|
export interface IProject {
|
||||||
id: ObjectId,
|
_id: ObjectId,
|
||||||
name: string
|
name: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user