Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Apr 22, 2024
1 parent 7a1bfaa commit e83fc96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ final case class JwtServiceLive(
* @return a [[Boolean]].
*/
override def validateToken(token: String): Task[Boolean] =
ZIO.succeed(!cache.contains(token) && decodeToken(token).isDefined )
ZIO.succeed(!cache.contains(token) && decodeToken(token).isDefined)

/**
* Extracts the encoded user IRI. This method also makes sure that the required headers and claims are present.
Expand Down

0 comments on commit e83fc96

Please sign in to comment.