Skip to content

Commit 70928c0

Browse files
committed
fix gmail polling
1 parent 102645e commit 70928c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/webhooks/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ export async function saveTriggerWebhooksForDeploy({
635635
for (const sub of createdSubscriptions) {
636636
const pollingError = await configurePollingIfNeeded(
637637
sub.provider,
638-
{ id: sub.webhookId, path: sub.triggerPath },
638+
{ id: sub.webhookId, path: sub.triggerPath, providerConfig: sub.updatedProviderConfig },
639639
requestId
640640
)
641641
if (pollingError) {

0 commit comments

Comments
 (0)