We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
discard
1 parent c5539f0 commit 3ab1993Copy full SHA for 3ab1993
docs/api-overview.md
@@ -99,7 +99,7 @@ import feathers from '@feathersjs/feathers'
99
import socketio from '@feathersjs/socketio-client'
100
import auth from '@feathersjs/authentication-client'
101
import io from 'socket.io-client'
102
-import { iff } from 'feathers-hooks-common'
+import { iff, discard } from 'feathers-hooks-common'
103
import feathersVuex from 'feathers-vuex'
104
105
const socket = io('http://localhost:3030', {transports: ['websocket']})
0 commit comments