Skip to content

Commit

Permalink
fix: remove redundant field (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Oct 14, 2024
1 parent 5836917 commit e151d09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/app/graphql/types/query_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ class QueryType < Types::BaseObject

field :service_info, Types::MetaType, null: false

field :service_info, Types::MetaType, null: false

field :drug_suggestions, [Types::DrugSuggestionType], null: true do
description "A searchable drug name or alias that can be completed from the supplied term"
argument :term, String, required: true
Expand Down

0 comments on commit e151d09

Please sign in to comment.