mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-03-04 03:45:19 +08:00
updated autoreply
This commit is contained in:
parent
77d3c2bc92
commit
e915418eaa
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@ module.exports = (options, callback) => {
|
||||||
db.database.collection('autoreplies').findOne({
|
db.database.collection('autoreplies').findOne({
|
||||||
user: options.userData._id,
|
user: options.userData._id,
|
||||||
start: {
|
start: {
|
||||||
$gte: curtime
|
$lte: curtime
|
||||||
},
|
},
|
||||||
end: {
|
end: {
|
||||||
$lte: curtime
|
$gte: curtime
|
||||||
}
|
}
|
||||||
}, (err, autoreply) => {
|
}, (err, autoreply) => {
|
||||||
if (err) {
|
if (err) {
|
||||||
|
|
Loading…
Reference in a new issue