mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-13 21:02:56 +08:00
🔧 Remove log noise
This commit is contained in:
parent
51dcdb42ab
commit
ee72ff784e
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user