Ivan Asmer 5 роки тому
батько
коміт
2a92d855fa
1 змінених файлів з 5 додано та 0 видалено
  1. 5 0
      models.js

+ 5 - 0
models.js

@@ -45,6 +45,11 @@ module.exports = async (dbName='hipstagram') => {
                 super(...params)
                 //TODO: calc likes count by getter (no two-way relation for this to avoid overflow on many Kilos of likes
                 //cached like count, which incremented and decremented
+                //
+                //
+
+                this.comments = this.comments instanceof Array ? 
+                                                this.comments  : this.comments ? [] : [this.comments]
             }
 
             static get relations(){