Skip to content

Commit

Permalink
Increment cortex schema version to fix inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Mar 29, 2021
1 parent 0d9a6a3 commit 7ae6159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import scala.reflect.runtime.{universe => ru}
class CortexSchemaDefinition @Inject() () extends Schema with UpdatableSchema {

lazy val logger: Logger = Logger(getClass)
val operations: Operations = Operations("thehive-cortex")
val operations: Operations = Operations("thehive-cortex").noop

lazy val reflectionClasses = new Reflections(
new ConfigurationBuilder()
Expand Down

0 comments on commit 7ae6159

Please sign in to comment.