Skip to content

Commit cd95fc8

Browse files
committed
chore: added logging to easily debug nango worker github connection sync
Signed-off-by: Uroš Marolt <uros@marolt.me>
1 parent 85b4a8e commit cd95fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/apps/nango_worker/src/workflows/syncGithubIntegration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export async function syncGithubIntegration(args: ISyncGithubIntegrationArgument
4343
await activity.logInfo(
4444
`Max number of github connections reached! Skipping repo ${repo.owner}/${repo.repoName} from integration ${integrationId}!`,
4545
)
46-
break
46+
continue
4747
}
4848

4949
// create nango connection

0 commit comments

Comments
 (0)