This commit is contained in:
Andris Reinman 2023-03-20 12:38:07 +02:00
parent 5e993de791
commit a6de122c66
No known key found for this signature in database
GPG key ID: DC6C83F4D584D364
2 changed files with 1 additions and 2 deletions

1
api.js
View file

@ -256,7 +256,6 @@ server.use(async (req, res) => {
},
'Invalid accessToken value'
);
throw error;
};

View file

@ -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": {