Skip to content

Commit

Permalink
Remove the inner tag to allow attaching the aspect to layers with mul…
Browse files Browse the repository at this point in the history
…tiple dependencies
  • Loading branch information
Eli Kasik committed Aug 13, 2024
1 parent d90a018 commit a1b4f37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ package object aspects {
implicit class ZLayerSyntax[RIn, E, ROut <: AspectSupport[ROut]: Tag](
layer: ZLayer[RIn, E, ROut]
) {
def @@@[RIn1 <: RIn: Tag](
def @@@[RIn1 <: RIn](
aspect: AwsCallAspect[RIn1]
): ZLayer[RIn1, E, ROut] =
ZLayer.scoped[RIn1] {
Expand Down

0 comments on commit a1b4f37

Please sign in to comment.