Skip to content

Commit

Permalink
#170 Unignore attribute "date" when an alert is created
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed May 10, 2017
1 parent 58a8d4a commit 02b66de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive-backend/app/models/Alert.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class AlertModel @Inject() (artifactModel: ArtifactModel)
val sourceRef = (attrs \ "sourceRef").asOpt[String].getOrElse("<null>")
val _id = hasher.fromString(s"$tpe|$source|$sourceRef").head.toString()
attrs + ("_id" JsString(_id))
} - "lastSyncDate" - "date" - "case" - "status" - "follow"
} - "lastSyncDate" - "case" - "status" - "follow"
}
}
}
Expand Down

0 comments on commit 02b66de

Please sign in to comment.