Skip to content

Commit

Permalink
[Short] Pass correct loggingContext to withValidatedPackageId (#11307)
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
pbatko-da authored Oct 21, 2021
1 parent 0d305cf commit c37ecd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private[apiserver] final class ApiPackageService private (

private def withValidatedPackageId[T, R](packageId: String, request: R)(
block: Ref.PackageId => Future[T]
): Future[T] =
)(implicit loggingContext: LoggingContext): Future[T] =
Ref.PackageId
.fromString(packageId)
.fold(
Expand Down

0 comments on commit c37ecd1

Please sign in to comment.