mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-06 05:04:47 +08:00
Fixed GETQUOTA for invalid quota root
This commit is contained in:
parent
abba61f790
commit
c22ecebdbc
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ module.exports = {
|
|||
return callback(err);
|
||||
}
|
||||
|
||||
if (typeof quota === 'string') {
|
||||
if (typeof data === 'string') {
|
||||
return callback(null, {
|
||||
response: 'NO',
|
||||
code: data.toUpperCase()
|
||||
|
|
Loading…
Add table
Reference in a new issue