diff --git a/api.js b/api.js index 7b745ea5..9a228076 100644 --- a/api.js +++ b/api.js @@ -256,7 +256,6 @@ server.use(async (req, res) => { }, 'Invalid accessToken value' ); - throw error; }; diff --git a/package.json b/package.json index 9ba373a0..8c2dfeeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wildduck", - "version": "1.39.4", + "version": "1.39.5", "description": "IMAP/POP3 server built with Node.js and MongoDB", "main": "server.js", "scripts": {