Skip to content

Commit

Permalink
Remove duplication of field
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalangone committed Aug 13, 2021
1 parent 5b5eaa3 commit 1877dfa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/models/entities/Evidence.scala
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,6 @@ object Evidence {
OptionType(StringType),
description = None,
resolve = js => (js.value \ "contrast").asOpt[String]),
Field("studyOverview",
OptionType(StringType),
description = None,
resolve = js => (js.value \ "studyOverview").asOpt[String]),
Field("crisprScreenLibrary",
OptionType(StringType),
description = None,
Expand Down

0 comments on commit 1877dfa

Please sign in to comment.