@@ -10,13 +10,7 @@ import {
1010import { formatSql , getDbInstance , prepareForModification } from '@crowd/database'
1111import { getServiceChildLogger } from '@crowd/logging'
1212import { RedisClient } from '@crowd/redis'
13- import {
14- ALL_PLATFORM_TYPES ,
15- MemberAttributeType ,
16- MemberIdentityType ,
17- PageData ,
18- SegmentType ,
19- } from '@crowd/types'
13+ import { ALL_PLATFORM_TYPES , MemberAttributeType , MemberIdentityType , PageData } from '@crowd/types'
2014
2115import { findManyLfxMemberships } from '../lfx_memberships'
2216import {
@@ -25,13 +19,13 @@ import {
2519} from '../old/apps/data_sink_worker/repo/member.data'
2620import { OrganizationField , queryOrgs } from '../organizations'
2721import { QueryExecutor } from '../queryExecutor'
28- import { fetchManySegments , findSegmentById } from '../segments'
22+ import { findSegmentById } from '../segments'
2923import { QueryOptions , QueryResult , queryTable , queryTableById } from '../utils'
3024
3125import { getMemberAttributeSettings } from './attributeSettings'
3226import { IDbMemberAttributeSetting , IDbMemberData } from './types'
3327
34- import { fetchManyMemberIdentities , fetchManyMemberOrgs , fetchManyMemberSegments } from '.'
28+ import { fetchManyMemberIdentities , fetchManyMemberOrgs } from '.'
3529
3630/* eslint-disable @typescript-eslint/no-explicit-any */
3731
0 commit comments