fix(logistics): purchasing monitoring was going off every 5th min instead of every 5 min

This commit is contained in:
2026-04-17 14:47:23 -05:00
parent cfbc156517
commit 3639c1b77c

View File

@@ -45,7 +45,7 @@ export const monitorAlplaPurchase = async () => {
}
if (purchaseMonitor[0]?.active) {
createCronJob("purchaseMonitor", "0 */5 * * * *", async () => {
createCronJob("purchaseMonitor", "0 5 * * * *", async () => {
try {
const result = await prodQuery(
sqlQuery.query.replace(