Skip to content

Commit

Permalink
Ambiguous call fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Sep 29, 2023
1 parent 91742bf commit 089534a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ private[projection] class SlickProjectionImpl[Offset, Envelope, P <: JdbcProfile
databaseConfig.db.run(offsetStore.saveOffset(projectionId, offset)).map(_ => Done)

private[projection] def newRunningInstance(): RunningProjection =
new SlickRunningProjection(RunningProjection.withBackoff(() => mappedSource(), settings), this)
new SlickRunningProjection(RunningProjection.withBackoff(() => this.mappedSource(), settings), this)

}

Expand Down

0 comments on commit 089534a

Please sign in to comment.