Skip to content

Commit

Permalink
really, this is OK
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Maki committed Oct 25, 2024
1 parent 6d91562 commit 414e60d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jwe/jwe.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ func decrypt(buf []byte, options ...DecryptOption) ([]byte, error) {
case identMaxDecompressBufferSize{}:
perCallMaxDecompressBufferSize = option.Value().(int64)
case identContext{}:
//nolint:fatcontext
ctx = option.Value().(context.Context)
}
}
Expand Down

0 comments on commit 414e60d

Please sign in to comment.