From bbaea13ee7125a9d289a74f0c173e7e75177e53c Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 12 May 2025 19:46:51 -0700 Subject: updates!! --- utils/validate_identifier.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/validate_identifier.ts') diff --git a/utils/validate_identifier.ts b/utils/validate_identifier.ts index c204497..e2a1dc5 100644 --- a/utils/validate_identifier.ts +++ b/utils/validate_identifier.ts @@ -3,8 +3,8 @@ export const validateIdentifier = (token: string) => { }; export const invalidExecutionEntriesOf = ( - obj: Record, -): Array<[string, string]> => { + obj: Record, +): Array<[string, unknown]> => { return Object.entries(obj).filter((e) => !e.every((x) => typeof x === "string" && validateIdentifier(x)) ); -- cgit v1.2.3-70-g09d2