Adde email confirmation template.
This commit is contained in:
@@ -112,10 +112,10 @@ exports.job = async (req, res) => {
|
||||
? compDate.format("yyyy-MM-DD")
|
||||
: todayIsoString
|
||||
: todayIsoString;
|
||||
|
||||
console.log("bucketMatrix", bucketMatrix);
|
||||
bucketMatrix[dateToUse] = {
|
||||
...bucketMatrix[dateToUse],
|
||||
out: bucketMatrix[dateToUse].out + 1,
|
||||
out: (bucketMatrix[dateToUse].out || 0) + 1,
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user