Skip to content

Commit

Permalink
[backend] fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
labo-flg committed Nov 8, 2023
1 parent 36d9662 commit 52e3edd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { INDICATOR_FILTER, } from '../filtering';
import { FILTER_KEY_TESTERS_MAP, getStixTesterFromFilterKey } from './stix-testers';
import { FILTER_KEY_TESTERS_MAP } from './stix-testers';
import { testFilterGroup } from './boolean-logic-engine';
import type { Filter, FilterGroup } from './filter-group';
import { getEntitiesMapFromCache } from '../../database/cache';
Expand All @@ -8,7 +8,6 @@ import { ENTITY_TYPE_RESOLVED_FILTERS } from '../../schema/stixDomainObject';
import type { AuthContext, AuthUser } from '../../types/user';
import type { StixId, StixObject } from '../../types/stix-common';
import { extractStixRepresentative } from '../../database/stix-representative';
import { logApp } from '../../config/conf';

// TODO: changed by Cathia for #2686, to integrate properly next
const LABEL_FILTER = 'objectLabel';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
TYPE_FILTER,
WORKFLOW_FILTER
} from '../filtering';
import { logApp } from '../../config/conf';

// TODO: changed by Cathia, to integrate properly with her
const ASSIGNEE_FILTER = 'objectAssignee';
Expand Down

0 comments on commit 52e3edd

Please sign in to comment.