File tree Expand file tree Collapse file tree
services/apps/snowflake_connectors/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ import { PlatformType } from '@crowd/types'
1010
1111import { MetadataStore } from '../core/metadataStore'
1212import { SnowflakeExporter } from '../core/snowflakeExporter'
13- import { getPlatform } from '../integrations'
13+ import { getPlatform , getEnabledPlatforms as _getEnabledPlatforms } from '../integrations'
1414
15- export { getEnabledPlatforms } from '../integrations'
15+ export async function getEnabledPlatforms ( ) : Promise < PlatformType [ ] > {
16+ return _getEnabledPlatforms ( )
17+ }
1618
1719const log = getServiceChildLogger ( 'exportActivity' )
1820
Original file line number Diff line number Diff line change 55 IOrganizationIdentity ,
66 MemberIdentityType ,
77 OrganizationIdentityType ,
8+ OrganizationSource ,
89 PlatformType ,
910} from '@crowd/types'
1011
@@ -158,7 +159,7 @@ export class CventTransformer extends TransformerBase {
158159 return [
159160 {
160161 displayName : accountName || website ,
161- source : PlatformType . CVENT ,
162+ source : OrganizationSource . CVENT ,
162163 identities,
163164 } ,
164165 ]
You can’t perform that action at this time.
0 commit comments