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,
|
||||
source: String,
|
||||
interest: {
|
||||
type: Array,
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
watchedDates: {
|
||||
|
|
|
|||
Reference in a new issue