We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d0bc1 commit d465985Copy full SHA for d465985
services/apps/script_executor_worker/src/workflows.ts
@@ -4,6 +4,7 @@ import { findAndMergeMembersWithSameVerifiedEmailsInDifferentPlatforms } from '.
4
import { fixOrgIdentitiesWithWrongUrls } from './workflows/fixOrgIdentitiesWithWrongUrls'
5
import { populateActivityRelations } from './workflows/populateActivityRelations'
6
import { syncMembers } from './workflows/syncMembers'
7
+import { syncOrganizations } from './workflows/syncOrganizations'
8
9
export {
10
findAndMergeMembersWithSameVerifiedEmailsInDifferentPlatforms,
@@ -12,4 +13,5 @@ export {
12
13
fixOrgIdentitiesWithWrongUrls,
14
populateActivityRelations,
15
syncMembers,
16
+ syncOrganizations,
17
}
0 commit comments