Skip to content

Commit

Permalink
10239: fix import of constant
Browse files Browse the repository at this point in the history
  • Loading branch information
akuny committed Jan 2, 2025
1 parent b525962 commit 4369198
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CASE_INVENTORY_PRINT_REPORT_MAX_SIZE } from '@shared/business/entities/EntityConstants';
import { QueryDslQueryContainer } from '@opensearch-project/opensearch/api/types';
import { search } from './searchClient';

/**
* getCaseInventoryReport
*
Expand Down Expand Up @@ -37,8 +37,6 @@ export const getCaseInventoryReport = async ({
'leadDocketNumber',
'status',
];
const { CASE_INVENTORY_PRINT_REPORT_MAX_SIZE } =
applicationContext.getConstants();
const size = pageSize || CASE_INVENTORY_PRINT_REPORT_MAX_SIZE;

const searchParameters = {
Expand Down

0 comments on commit 4369198

Please sign in to comment.