Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Rename FilterUtils.ts to filterUtils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffinSiby committed Apr 27, 2022
1 parent 8993c81 commit ce00663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/FilterUtils.ts → src/utils/filterUtils.ts
Expand Up @@ -88,4 +88,4 @@ export function toEscapedCriteriaString(activeFilter:string, attribute:string):
}
criteria += ")";
return criteria;
}
}

0 comments on commit ce00663

Please sign in to comment.