fix(blocking orders): removed some console logs

This commit is contained in:
2025-04-29 17:10:56 -05:00
parent cd3e6c81e4
commit 9953846c7f

View File

@@ -48,6 +48,7 @@ export default async function qualityBlockingMonitor(notifyData: any) {
query(blockingQuery, "Quality Blocking") query(blockingQuery, "Quality Blocking")
); );
const blocking: any = b?.data as any; const blocking: any = b?.data as any;
if (blockingError) { if (blockingError) {
return { return {
success: false, success: false,
@@ -99,6 +100,7 @@ export default async function qualityBlockingMonitor(notifyData: any) {
]) ])
); );
console.log(uniqueOrders);
const { data, error } = await tryCatch( const { data, error } = await tryCatch(
db db
.update(notifications) .update(notifications)