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,...
using python 3.8 worked for me