Fixed double quotes in the Project.ts model
This commit is contained in:
@ -28,7 +28,7 @@ const ProjectSchema = new Schema<IProject>({
|
||||
},
|
||||
validationKey: {
|
||||
type: String,
|
||||
default: () => crypto.randomBytes(24).toString('hex')
|
||||
default: () => crypto.randomBytes(24).toString("hex")
|
||||
},
|
||||
defaults: {
|
||||
type: Object,
|
||||
|
Reference in New Issue
Block a user