Skip to content

Commit fbde64f

Browse files
author
priyanshu.solanki
committed
fixing lint errors
1 parent 261aa3d commit fbde64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/hooks/use-webhook-management.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export function useWebhookManagement({
209209
if (useWebhookUrl) {
210210
loadWebhookOrGenerateUrl()
211211
}
212-
}, [isPreview, triggerId, workflowId, blockId,useWebhookUrl])
212+
}, [isPreview, triggerId, workflowId, blockId, useWebhookUrl])
213213

214214
const createWebhook = async (
215215
effectiveTriggerId: string | undefined,

0 commit comments

Comments
 (0)