mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-03-03 19:33:36 +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({
|
||||
user: options.userData._id,
|
||||
start: {
|
||||
$gte: curtime
|
||||
$lte: curtime
|
||||
},
|
||||
end: {
|
||||
$lte: curtime
|
||||
$gte: curtime
|
||||
}
|
||||
}, (err, autoreply) => {
|
||||
if (err) {
|
||||
|
|
Loading…
Reference in a new issue