Skip to content

Commit 3ab1993

Browse files
committed
docs: Add missing discard hook
1 parent c5539f0 commit 3ab1993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ import feathers from '@feathersjs/feathers'
9999
import socketio from '@feathersjs/socketio-client'
100100
import auth from '@feathersjs/authentication-client'
101101
import io from 'socket.io-client'
102-
import { iff } from 'feathers-hooks-common'
102+
import { iff, discard } from 'feathers-hooks-common'
103103
import feathersVuex from 'feathers-vuex'
104104

105105
const socket = io('http://localhost:3030', {transports: ['websocket']})

0 commit comments

Comments
 (0)