Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
epipav committed Nov 11, 2024
1 parent 761611b commit d893c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import { EnrichmentSourceServiceFactory } from '../factory'
import { svc } from '../main'
import { IEnrichmentService } from '../types'

import { getEnrichmentInput, getObsoleteSourcesOfMember } from './enrichment'

export async function getEnrichableMembers(
limit: number,
sources: MemberEnrichmentSource[],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
import lodash from 'lodash'

import { Logger } from '@crowd/logging'
import {
IMemberEnrichmentCache,
MemberEnrichmentSource,
MemberIdentityType,
PlatformType,
} from '@crowd/types'
import { IMemberEnrichmentCache, MemberIdentityType, PlatformType } from '@crowd/types'

import { EnrichmentSourceServiceFactory } from '../factory'
import {
IMemberEnrichmentAttributeSettings,
IMemberEnrichmentData,
Expand Down Expand Up @@ -114,4 +107,4 @@ export function chunkArray<T>(array: T[], chunkSize: number): T[][] {
chunks.push(array.slice(i, i + chunkSize))
}
return chunks
}
}

0 comments on commit d893c8f

Please sign in to comment.