Skip to content

Commit

Permalink
#2089 Fix injection of case number actor
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jul 1, 2021
1 parent eb1bee3 commit 0cc0b91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ object Output {
bindActor[DummyActor]("config-actor")
bindActor[DummyActor]("cortex-actor")
bindActor[DummyActor]("integrity-check-actor")
bindTypedActor(CaseNumberActor.behavior, "case-number-actor")

val schemaBindings = ScalaMultibinder.newSetBinder[UpdatableSchema](binder)
schemaBindings.addBinding.to[TheHiveSchemaDefinition]
Expand Down

0 comments on commit 0cc0b91

Please sign in to comment.