From a6de122c66e5a95828f4d1bf4f9b1edadd9a6a85 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Mon, 20 Mar 2023 12:38:07 +0200 Subject: [PATCH] v1.39.5 --- api.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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": {