Skip to content

Commit

Permalink
remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
serdiukov-o-nordwhale committed Aug 12, 2020
1 parent 6c6165d commit a897359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imports/logger/monitor.js
@@ -1,4 +1,4 @@
import { isError, isString, assign } from 'lodash'
import { isError, isString } from 'lodash'

export const addLoggerMonitor = logger => {
const log = logger.child({ from: 'GoodServer' })
Expand Down

0 comments on commit a897359

Please sign in to comment.