From 730caddd354e973606e758b5121e7d8dcf54eb7f Mon Sep 17 00:00:00 2001 From: Cory Pride Date: Fri, 10 May 2024 09:46:22 -0500 Subject: [PATCH] ran linting --- common/utils/helperUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/utils/helperUtils.ts b/common/utils/helperUtils.ts index bfb838344..65c73d4b4 100644 --- a/common/utils/helperUtils.ts +++ b/common/utils/helperUtils.ts @@ -304,4 +304,4 @@ export const toggleAddRemoveSetItem = (prevSet: Set, item: T): Set => { export const isCSGOrRecidivizUserByEmail = (email?: string) => { if (!email) return false; return email.includes("@csg.org") || email.includes("@recidiviz.org"); -}; \ No newline at end of file +};