fixing lint errors

This commit is contained in:
priyanshu.solanki
2025-12-18 13:04:25 -07:00
parent 261aa3d72d
commit fbde64f0b0

View File

@@ -209,7 +209,7 @@ export function useWebhookManagement({
if (useWebhookUrl) {
loadWebhookOrGenerateUrl()
}
}, [isPreview, triggerId, workflowId, blockId,useWebhookUrl])
}, [isPreview, triggerId, workflowId, blockId, useWebhookUrl])
const createWebhook = async (
effectiveTriggerId: string | undefined,