mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-26 09:50:47 +08:00
v1.39.5
This commit is contained in:
parent
5e993de791
commit
a6de122c66
2 changed files with 1 additions and 2 deletions
1
api.js
1
api.js
|
@ -256,7 +256,6 @@ server.use(async (req, res) => {
|
||||||
},
|
},
|
||||||
'Invalid accessToken value'
|
'Invalid accessToken value'
|
||||||
);
|
);
|
||||||
|
|
||||||
throw error;
|
throw error;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wildduck",
|
"name": "wildduck",
|
||||||
"version": "1.39.4",
|
"version": "1.39.5",
|
||||||
"description": "IMAP/POP3 server built with Node.js and MongoDB",
|
"description": "IMAP/POP3 server built with Node.js and MongoDB",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue