We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb6ae9 commit 455e445Copy full SHA for 455e445
services/apps/cron_service/src/jobs/nangoMonitoring.job.ts
@@ -115,9 +115,7 @@ const job: IJobDefinition = {
115
ctx.log.warn(`${int.platform} integration with id "${int.id}" is not connected to Nango!`)
116
} else {
117
const results = await getNangoConnectionStatus(
118
- int.platform == PlatformType.JIRA
119
- ? (int.settings.nangoIntegrationName as NangoIntegration)
120
- : (int.platform as NangoIntegration),
+ platformToNangoIntegration(int.platform as PlatformType, int.settings),
121
nangoConnection.connection_id,
122
)
123
if (!results)
0 commit comments