Jackie Wung
Results
1
issues of
Jackie Wung
## What are you doing? When doing an `.update` with a `scope`, the scope options are ignored. Using `scope` works with `find` and `create`. ```js User.scope('withoutPassword').update({ fields }, ...) defaultScope:...
type: bug