Skip to content
Snippets Groups Projects
Commit 54b553c5 authored by Andrei Cioromila's avatar Andrei Cioromila
Browse files

lint(manuscript-manager): remove unused import

parent 1e93d08f
No related branches found
No related tags found
3 merge requests!162Sprint 23 Features,!161Deploy S23 features and fixes,!155Hin 1130
/* eslint-disable no-return-await */ /* eslint-disable no-return-await */
const uuid = require('uuid') const uuid = require('uuid')
const { pick, get, set, has, isEmpty, last, findLast } = require('lodash') const { pick, get, set, has, isEmpty, last } = require('lodash')
const config = require('config') const config = require('config')
const { v4 } = require('uuid') const { v4 } = require('uuid')
const logger = require('@pubsweet/logger') const logger = require('@pubsweet/logger')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment