Fantin

Results 2 comments of Fantin

My solution : ```js const likeSchema = new Schema( { userId: { type: String, required: true }, date: { type: Date, required: true }, }, { timestamps: true, _id: true,...