Update: interest is a String !!

This commit is contained in:
Yûki VACHOT 2021-12-11 11:04:05 +01:00
parent 4a64e01693
commit 792ae45bca

View file

@ -4,7 +4,7 @@ module.exports = mongoose => {
videoId: String,
source: String,
interest: {
type: Array,
type: String,
default: null
},
watchedDates: {