Skip to content

Commit a070123

Browse files
committed
fix: lint
1 parent f097da6 commit a070123

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

  • services/libs/data-access-layer/src/members

services/libs/data-access-layer/src/members/base.ts

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ import {
1010
import { formatSql, getDbInstance, prepareForModification } from '@crowd/database'
1111
import { getServiceChildLogger } from '@crowd/logging'
1212
import { 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

2115
import { findManyLfxMemberships } from '../lfx_memberships'
2216
import {
@@ -25,13 +19,13 @@ import {
2519
} from '../old/apps/data_sink_worker/repo/member.data'
2620
import { OrganizationField, queryOrgs } from '../organizations'
2721
import { QueryExecutor } from '../queryExecutor'
28-
import { fetchManySegments, findSegmentById } from '../segments'
22+
import { findSegmentById } from '../segments'
2923
import { QueryOptions, QueryResult, queryTable, queryTableById } from '../utils'
3024

3125
import { getMemberAttributeSettings } from './attributeSettings'
3226
import { 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

Comments
 (0)