Skip to content

Commit

Permalink
Fix incorrect import of isEmpty
Browse files Browse the repository at this point in the history
This caused "Patients are automatically triaged without any personnel on the map" #623
  • Loading branch information
Dassderdie committed Jan 25, 2023
1 parent 952303e commit 064b5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/models/patient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
IsBoolean,
IsString,
MaxLength,
isEmpty,
} from 'class-validator';
import { isEmpty } from 'lodash-es';
import { uuidValidationOptions, UUID, uuid, UUIDSet } from '../utils';
import { IsLiteralUnion, IsIdMap, IsUUIDSet } from '../utils/validators';
import { IsMetaPosition } from '../utils/validators/is-metaposition';
Expand Down

0 comments on commit 064b5a5

Please sign in to comment.