FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

add missing execution context · devhttps/frontend@2aa1f40 · GitHub

Commit 2aa1f40

Browse files
committed
add missing execution context
1 parent bc980f4 commit 2aa1f40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎facia/app/controllers/front/FrontJsonFapi.scala‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ trait FrontJsonFapi extends Logging {
2828
pressedPageFromS3(getAddressForPath(path, LiteType.suffix))
2929
}
3030

31-
private def parsePressedPage(jsonStringOpt: Option[String]): Future[Option[PressedPage]] = futureSemaphore.execute {
31+
private def parsePressedPage(jsonStringOpt: Option[String])(implicit executionContext: ExecutionContext): Future[Option[PressedPage]] = futureSemaphore.execute {
3232
blockingOperations.executeBlocking {
3333
jsonStringOpt.map { jsonString =>
3434
DurationMetric.withMetrics(FaciaPressMetrics.FrontDecodingLatency) {

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL