Skip to content

Commit

Permalink
get rid of warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BalduinLandolt committed Apr 9, 2024
1 parent 903cd44 commit d624172
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ final case class AppServer(
private def upgradeRepository(requiresRepository: Boolean): Task[Unit] =
for {
_ <- state.set(AppState.UpdatingRepository)
_ = requiresRepository
// _ <- ru.maybeUpgradeRepository.flatMap(response => ZIO.logInfo(response.message)).when(requiresRepository)
_ <- ru.getMigrationMetrics
_ <- state.set(AppState.RepositoryUpToDate)
Expand Down

0 comments on commit d624172

Please sign in to comment.