Skip to content

Commit

Permalink
fixup! Make zio-actors-persistence Scala.js compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape committed Dec 9, 2020
1 parent ed0104c commit 38dce35
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ abstract class EventSourcedStateful[R, S, -F[+_], Ev](persistenceId: Persistence
mailboxSize: Int = DefaultActorMailboxSize
)(initial: S): RIO[R with Clock, Actor[F]] = {

val mirror = universe.runtimeMirror(getClass.getClassLoader)

def retrieveJournal: Task[Journal[Ev]] =
for {
configStr <- IO
Expand Down

0 comments on commit 38dce35

Please sign in to comment.