Skip to content

Commit

Permalink
Update suties structure
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov committed Aug 26, 2024
1 parent c073a9c commit 7e8ae1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/modules/test_runs/testRun.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export class TestRunController {
globals: JSON.stringify({
SESSION_ID: sessionId,
}),
maxWorkers: 1,
// silent: true,
};

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { In, Not } from 'typeorm';
import { Request } from '../../modules/requests/request.entity';
import { isResourceValid } from '../../utils/services';
import { Patient } from 'fhir/r4';
import {
getRequestsWithUnavailableComboSearchParams,
getRequestsWithUnavailableSearchParams,
} from '../../utils/clientTestingHelpers';
} from '../../../utils/clientTestingHelpers';
import { isResourceValid } from '../../../utils/services';
import { Request } from '../../../modules/requests/request.entity';

// function patientRequestsOnlyAvailableInteractionsExists(requests: Request[]): boolean {
// const availableInteractions = ['READ', 'SEARCH', 'CREATE', 'UPDATE'];
Expand Down

0 comments on commit 7e8ae1e

Please sign in to comment.