Skip to content

Commit

Permalink
Unapply DashboardPutResult href
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo van Rijswijk committed Nov 28, 2019
1 parent 846f8f8 commit 16c6481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class DashboardReporter(dashboardConfigProvider: DashboardConfigProvider)(
}
case Left(DeserializationError(original, error)) =>
warn(s"Dashboard report was sent successfully, but could not decode the response $original:", error)
case Right(href) =>
case Right(DashboardPutResult(href)) =>
info(s"Sent report to dashboard. Available at $href")
}
}

0 comments on commit 16c6481

Please sign in to comment.