Skip to content
Snippets Groups Projects
Commit bfe820fe authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Code formatting corrections

parent 854d0553
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,6 @@ for (let i = 0; i < bulkMailData.length; i++)
}
//set all missed bulkmails to status missed
newWhere("BULKMAIL.STATUS",$KeywordRegistry.bulkMailStatus$planned())
.and("BULKMAIL.DATE_TO_SEND",eMath.subInt(datetime.date(), eMath.mulInt(dateToSendPassedAfter, datetime.ONE_HOUR)), SqlBuilder.LESS_OR_EQUAL())
.updateFields({"STATUS" : $KeywordRegistry.bulkMailStatus$missed()});
\ No newline at end of file
newWhere("BULKMAIL.STATUS", $KeywordRegistry.bulkMailStatus$planned())
.and("BULKMAIL.DATE_TO_SEND", eMath.subInt(datetime.date(), eMath.mulInt(dateToSendPassedAfter, datetime.ONE_HOUR)), SqlBuilder.LESS_OR_EQUAL())
.updateFields({"STATUS": $KeywordRegistry.bulkMailStatus$missed()});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment