Skip to content
Snippets Groups Projects
Commit e25e37c6 authored by Audrey Hamelers's avatar Audrey Hamelers
Browse files

linting/fix

parent 803034cb
No related branches found
No related tags found
2 merge requests!101Shared data model,!102Shared data model
......@@ -42,7 +42,6 @@ const graphqlClient = new ApolloClient({
link,
})
const ftpUsers = config.get('users')
const ftpDev = config.get('ftp_devteam')
const ignoreTaggerFolder = `${rootPath}${config.get('ftp_tagger').username}/*`
const watcher = chokidar.watch(`${rootPath}**/*.tar.gz`, {
......
......@@ -13,7 +13,6 @@ const Manuscript = require('../xpub-model/entities/manuscript/data-access')
const { taggerEmail, errorDevEmail } = rfr('server/email')
const pubsweetServer = config.get('pubsweet-server.baseUrl')
const ftpTagger = config.get('ftp_tagger')
const ftpDev = config.get('ftp_devteam')
const ftpLocation = `${process.env.HOME}/${config.get('ftp_directory')}/${
ftpTagger.username
......
......@@ -4586,10 +4586,6 @@ enzyme@^3.7.0:
rst-selector-parser "^2.2.3"
string.prototype.trim "^1.1.2"
 
"epmc-pwd@git+https://gitlab+deploy-token-14:aCypZxGhgrFdNt7kuMsY@gitlab.ebi.ac.uk/zhuang/epmc-pwd":
version "1.0.0"
resolved "git+https://gitlab+deploy-token-14:aCypZxGhgrFdNt7kuMsY@gitlab.ebi.ac.uk/zhuang/epmc-pwd#64dcb0453ec185f7be3b1c1b8c4fe87ba2f5e456"
errno@^0.1.3, errno@~0.1.7:
version "0.1.7"
resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618"
......
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