You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add multi-operation checks to adapter methods
- Add allowsMulti() checks to _create, _patch, and _remove methods
- Throw MethodNotAllowed error when multi operations attempted without multi option
- Import errors from @feathersjs/errors
- Fixes 3 adapter test failures
- 180 tests now passing (up from 177)
0 commit comments