🔧 Remove log noise

This commit is contained in:
Baptiste Arnaud 2026-02-12 09:45:34 +01:00
parent 51dcdb42ab
commit ee72ff784e
No known key found for this signature in database

View File

@ -43,10 +43,10 @@ export const forwardStatusWebhooks = async ({
}
}
console.log(`Extracted ${statusesToForward.length} statuses to forward`);
if (statusesToForward.length === 0) return;
console.log(`Extracted ${statusesToForward.length} statuses to forward`);
const forwardingUrls = await getForwardingUrls({
workspaceId,
credentialsId,