Skip to content

Commit 9f4d350

Browse files
committed
chore: format
1 parent 4daef9d commit 9f4d350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/apps/snowflake_connectors/src/activities/exportActivity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { PlatformType } from '@crowd/types'
1010

1111
import { MetadataStore } from '../core/metadataStore'
1212
import { SnowflakeExporter } from '../core/snowflakeExporter'
13-
import { getPlatform, getEnabledPlatforms as _getEnabledPlatforms } from '../integrations'
13+
import { getEnabledPlatforms as _getEnabledPlatforms, getPlatform } from '../integrations'
1414

1515
export async function getEnabledPlatforms(): Promise<PlatformType[]> {
1616
return _getEnabledPlatforms()

0 commit comments

Comments
 (0)