Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukaihan committed Aug 7, 2024
1 parent cb05834 commit d8740c7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions packages/node/src/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,14 @@ export const AssignmentConfigDefaults: Omit<AssignmentConfig, 'apiKey'> = {
cacheCapacity: 65536,
};

export const CohortSyncConfigDefaults: Omit<CohortSyncConfig, 'apiKey' | 'secretKey'> =
{
cohortServerUrl: 'https://cohort-v2.lab.amplitude.com',
maxCohortSize: 2147483647,
cohortPollingIntervalMillis: 60000,
};
export const CohortSyncConfigDefaults: Omit<
CohortSyncConfig,
'apiKey' | 'secretKey'
> = {
cohortServerUrl: 'https://cohort-v2.lab.amplitude.com',
maxCohortSize: 2147483647,
cohortPollingIntervalMillis: 60000,
};

export const EU_SERVER_URLS = {
name: 'eu',
Expand Down

0 comments on commit d8740c7

Please sign in to comment.