fix(blocking orders): removed some console logs
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user