Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 268ff3e

Browse files
committedJan 7, 2022
Date added bug fxed
1 parent c466362 commit 268ff3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎models/victimmodels.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ let schema=new mongoose.Schema(
4747
browser:
4848
{
4949
type:String
50-
}
50+
},
5151
cdate:{
5252
type:Date,
5353
default:new Date()
54-
},
54+
},
5555
date:{
5656
type:Date,
5757
}

0 commit comments

Comments
 (0)
Please sign in to comment.