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