Skip to content

Commit

Permalink
removed linter rule ignoring comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arcogabbo committed Jun 10, 2022
1 parent e0952fc commit d1a6990
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/strategy/redis_cache_provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ export const getExtendedRedisCacheProvider = (
() => new Error("Missing idpIssuer inside configuration")
)(O.fromNullable(samlConfig.idpIssuer))
),
// eslint-disable-next-line sort-keys
TE.map(idpIssuer => ({ idpIssuer, AuthnRequestID }))
TE.map(idpIssuer => ({ AuthnRequestID, idpIssuer }))
)
),
TE.chain(_ => {
Expand Down

0 comments on commit d1a6990

Please sign in to comment.