Skip to content

Commit d465985

Browse files
committed
add workflow
1 parent 46d0bc1 commit d465985

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/apps/script_executor_worker/src/workflows.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { findAndMergeMembersWithSameVerifiedEmailsInDifferentPlatforms } from '.
44
import { fixOrgIdentitiesWithWrongUrls } from './workflows/fixOrgIdentitiesWithWrongUrls'
55
import { populateActivityRelations } from './workflows/populateActivityRelations'
66
import { syncMembers } from './workflows/syncMembers'
7+
import { syncOrganizations } from './workflows/syncOrganizations'
78

89
export {
910
findAndMergeMembersWithSameVerifiedEmailsInDifferentPlatforms,
@@ -12,4 +13,5 @@ export {
1213
fixOrgIdentitiesWithWrongUrls,
1314
populateActivityRelations,
1415
syncMembers,
16+
syncOrganizations,
1517
}

0 commit comments

Comments
 (0)