Closed itsadityagupta closed 2 years ago
Describe the bug The string values for the Status column are case-sensitive.
Status
Expected behaviour The string values for the status column should be case-insensitive.
status
Enum is used in place of string for the Status column in #32. Hence, issues with string case sensitivity won't arise now.
Describe the bug The string values for the
Status
column are case-sensitive.Expected behaviour The string values for the
status
column should be case-insensitive.