Didin Tri Anggoro
Didin Tri Anggoro
## Your Question ### Can i filter preload inside children ? My Model ``` type MasterLayanan struct { ID int `gorm:"primaryKey;column:id"` IDParent int `gorm:"column:id_parent"` Nama string `gorm:"column:nama"` Children []MasterLayanan `gorm:"foreignKey:IDParent"`...
/home/multectc/development/node/scrapper/node_modules/node-server-screenshot/index.js:104 .finally(function() { ^ TypeError: n.viewport(...).goto(...).wait(...).wait(...).screenshot(...).then(...).catch(...).finally is not a function at Object.module.exports.fromURL (/home/multectc/development/node/scrapper/node_modules/node-server-screenshot/index.js:104:11) at Object. (/home/multectc/development/node/scrapper/index.js:2:5) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load...