Skip to content

Commit 445e804

Browse files
authored
fix(rest-client): Import errors from @feathers/errors (#2591)
1 parent b5e94c4 commit 445e804

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/rest-client/lib/fetch.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const Base = require('./base');
2+
const errors = require('@feathersjs/errors');
23

34
class FetchService extends Base {
45
request (options, params) {

0 commit comments

Comments
 (0)