We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93998bd commit f4e93f8Copy full SHA for f4e93f8
2 files changed
services/apps/nango_worker/src/activities.ts
@@ -2,7 +2,6 @@ import {
2
analyzeGithubIntegration,
3
createGithubConnection,
4
deleteConnection,
5
- infoLog,
6
numberOfGithubConnectionsToCreate,
7
processNangoWebhook,
8
removeGithubConnection,
@@ -21,5 +20,4 @@ export {
21
20
startNangoSync,
22
unmapGithubRepo,
23
24
25
}
services/apps/nango_worker/src/activities/nangoActivities.ts
@@ -268,10 +268,6 @@ export async function analyzeGithubIntegration(
268
269
270
271
-export async function infoLog(message: string) {
272
- svc.log.info(message)
273
-}
274
-
275
export async function createGithubConnection(
276
integrationId: string,
277
repo: IGithubRepoData,
0 commit comments