From 41750c540dde3f3bd50b73b8fb5b40cfbb46db8f Mon Sep 17 00:00:00 2001
From: Audrey Hamelers <hamelers@ebi.ac.uk>
Date: Wed, 30 Jun 2021 17:31:14 +0100
Subject: [PATCH] code cleanup/reduce error catching need

---
 server/ftp-integration/api.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/ftp-integration/api.js b/server/ftp-integration/api.js
index 392e17181..6659fa8b5 100644
--- a/server/ftp-integration/api.js
+++ b/server/ftp-integration/api.js
@@ -170,7 +170,7 @@ watcher.on('change', (path, stats) => {
   if (stats) logger.debug(`File ${path} changed size to ${stats.size}`)
 })
 
-const runProcess = async(packagePath, submitter) => {
+const runProcess = async (packagePath, submitter) => {
   let packageName
   let tmpPath
   let manuscriptId
-- 
GitLab