Skip to content

Commit

Permalink
ran linting
Browse files Browse the repository at this point in the history
  • Loading branch information
corypride committed May 10, 2024
1 parent 7134a8e commit 730cadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/utils/helperUtils.ts
Expand Up @@ -304,4 +304,4 @@ export const toggleAddRemoveSetItem = <T>(prevSet: Set<T>, item: T): Set<T> => {
export const isCSGOrRecidivizUserByEmail = (email?: string) => {
if (!email) return false;
return email.includes("@csg.org") || email.includes("@recidiviz.org");
};
};

0 comments on commit 730cadd

Please sign in to comment.