Skip to content

Commit 1fbfe0e

Browse files
fix: enforce LF line endings and final newline in token-claims.ts
1 parent 1c0d43f commit 1fbfe0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sdk/utilities/token-claims.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ export const getUserOrganizations = async (
156156
'id_token',
157157
validationDetails
158158
)) ?? []) as string[],
159-
});
159+
});

0 commit comments

Comments
 (0)