Skip to content

Commit

Permalink
Fixed typo in the GERNDERS enum
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-awad committed Oct 7, 2023
1 parent 959e7da commit 6a5f091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patient/src/utils/Constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const GENDERS = ['MALE, FEMALE'];
export const GENDERS = ['MALE', 'FEMALE'];
export const OK_STATUS_CODE = 200;
export const NOT_FOUND_STATUS_CODE = 404;
export const ERROR_STATUS_CODE = 500;
Expand Down

0 comments on commit 6a5f091

Please sign in to comment.