Skip to content

Commit 0d8bb8c

Browse files
IGNT-70 Fix import error
1 parent ce05d30 commit 0d8bb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operations/search/searchManager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const { getResource } = require('../../operations/common/getResource');
3434
const { VERSIONS } = require('../../middleware/fhir/utils/constants');
3535
const { PatientScopeManager } = require('../security/patientScopeManager');
3636
const { PatientQueryCreator } = require('../common/patientQueryCreator');
37-
const { DB_SEARCH_LIMIT_FOR_IDS, DB_SEARCH_LIMIT } = require('../../constants');
37+
const { DB_SEARCH_LIMIT_FOR_IDS, DB_SEARCH_LIMIT, OPERATIONS: { DELETE } } = require('../../constants');
3838

3939
class SearchManager {
4040
/**

0 commit comments

Comments
 (0)