Skip to content

Commit

Permalink
Making punctuation change to prompt github tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Jan 17, 2024
1 parent 7d27b86 commit d1256c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class UnsupportedSigningAlgorithmInterceptor : HttpInterceptor {
context.response.exceptionOrNull()?.let {
if (it is UnsupportedSigningAlgorithmException && it.signingAlgorithm == AwsSigningAlgorithm.SIGV4_ASYMMETRIC) {
return Result.failure(
it, // TODO: Add a message and link pointing to AWS SDK for Kotlin developer guide
it, // TODO: Add a message and link pointing to AWS SDK for Kotlin developer guide.
)
}
}
Expand Down

0 comments on commit d1256c8

Please sign in to comment.