Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
baering committed Sep 23, 2024
1 parent 36eac83 commit 4d8e38c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -656,10 +656,6 @@ export class DelegationsIndexService {
})
.then((d) => d.map((d) => d.name))

if (!validTypes) {
return false
}

return validTypes.includes(type)
}

Expand Down

0 comments on commit 4d8e38c

Please sign in to comment.