Skip to content

Commit 28ba566

Browse files
committed
Remove unused id variable
1 parent ca2d385 commit 28ba566

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/service-module/service-module.events.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export function enableServiceEvents({ service, Model, store, options }): void {
5454
? store.commit(`${options.namespace}/removeItem`, modified)
5555
: store.dispatch(`${options.namespace}/${mutationName}`, modified)
5656
} else {
57-
const id = getId(item, options.idField)
5857
eventName === 'removed'
5958
? debounceMap.removeItem(item)
6059
: debounceMap.addOrUpdate(item)

0 commit comments

Comments
 (0)