Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pl-buiquang authored and aetchego committed Dec 11, 2024
1 parent 4b5c640 commit dcd0426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/searchCriterias.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export enum Order {
RECORDED_DATE = 'recorded-date',
RESULT_SIZE = 'result_size',
STUDY_DATE = 'started',
SUBJECT_IDENTIFIER = 'subject-identifier'
SUBJECT_IDENTIFIER = 'subject-identifier',
TYPE = 'type-name',
UPDATED = 'updated_at'
}
Expand Down

0 comments on commit dcd0426

Please sign in to comment.