Skip to content

Commit

Permalink
fix: add missing '
Browse files Browse the repository at this point in the history
  • Loading branch information
fratzinger authored and daffl committed May 3, 2024
1 parent 9629cde commit ff662a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/transport-commons/test/socket/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import assert from 'assert'
import { EventEmitter } from 'events'
import { feathers, Application, Params, RealTimeConnection } from '@feathersjs/feathers'
import { NotAuthenticated } from '@feathersjs/errors'
import isPlainObject from 'lodash/isPlainObject
import isPlainObject from 'lodash/isPlainObject'

import { routing } from '../../src/routing'
import { normalizeError, getDispatcher, runMethod } from '../../src/socket/utils'
Expand Down

0 comments on commit ff662a4

Please sign in to comment.