Skip to content

Commit f4e93f8

Browse files
committed
chore: cleanup
Signed-off-by: Uroš Marolt <uros@marolt.me>
1 parent 93998bd commit f4e93f8

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

services/apps/nango_worker/src/activities.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {
22
analyzeGithubIntegration,
33
createGithubConnection,
44
deleteConnection,
5-
infoLog,
65
numberOfGithubConnectionsToCreate,
76
processNangoWebhook,
87
removeGithubConnection,
@@ -21,5 +20,4 @@ export {
2120
startNangoSync,
2221
unmapGithubRepo,
2322
numberOfGithubConnectionsToCreate,
24-
infoLog,
2523
}

services/apps/nango_worker/src/activities/nangoActivities.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,6 @@ export async function analyzeGithubIntegration(
268268
}
269269
}
270270

271-
export async function infoLog(message: string) {
272-
svc.log.info(message)
273-
}
274-
275271
export async function createGithubConnection(
276272
integrationId: string,
277273
repo: IGithubRepoData,

0 commit comments

Comments
 (0)