Skip to content

Commit

Permalink
[backend] Fix deepscan (#6374)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-julien committed Mar 18, 2024
1 parent 051e130 commit 02de8ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { findFiltersFromKey } from '../utils/filtering/filtering-utils';
import { convertFiltersToQueryOptions } from '../utils/filtering/filtering-resolution';
import { getParentTypes } from '../schema/schemaUtils';
import { STIX_EXT_OCTI } from '../types/stix-extensions';
import { listAllEntities, listAllRelations } from '../database/middleware-loader';
import { listAllRelations } from '../database/middleware-loader';

Check warning on line 46 in opencti-platform/opencti-graphql/src/graphql/sseMiddleware.js

View check run for this annotation

Codecov / codecov/patch

opencti-platform/opencti-graphql/src/graphql/sseMiddleware.js#L46

Added line #L46 was not covered by tests
import { RELATION_OBJECT } from '../schema/stixRefRelationship';
import { getEntitiesListFromCache } from '../database/cache';
import { ENTITY_TYPE_STREAM_COLLECTION } from '../schema/internalObject';
Expand Down

0 comments on commit 02de8ad

Please sign in to comment.