Skip to content

Commit 182bf25

Browse files
Fix linting
1 parent 4ae4b95 commit 182bf25

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/plugins/auth/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ function processGroupsClaim(groupsClaim, oid) {
9595
// We handle both formats for flexibility between test and production environments.
9696
if (typeof groupsClaim === 'string') {
9797
try {
98-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment -- we know this is a stringified JSON array
9998
const parsed = JSON.parse(groupsClaim)
10099
if (Array.isArray(parsed)) {
101100
processedGroups = parsed

0 commit comments

Comments
 (0)