Update: interest is a String !!
This commit is contained in:
parent
4a64e01693
commit
792ae45bca
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ module.exports = mongoose => {
|
||||||
videoId: String,
|
videoId: String,
|
||||||
source: String,
|
source: String,
|
||||||
interest: {
|
interest: {
|
||||||
type: Array,
|
type: String,
|
||||||
default: null
|
default: null
|
||||||
},
|
},
|
||||||
watchedDates: {
|
watchedDates: {
|
||||||
|
|
|
||||||
Reference in a new issue