Skip to content

Commit

Permalink
fix rebase conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents committed Dec 20, 2024
1 parent 489db35 commit 4119b03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/graphql/types/mutation_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,5 @@ class MutationType < Types::BaseObject
field :create_invoice_custom_section, mutation: Mutations::InvoiceCustomSections::Create
field :destroy_invoice_custom_section, mutation: Mutations::InvoiceCustomSections::Destroy
field :update_invoice_custom_section, mutation: Mutations::InvoiceCustomSections::Update
field :destroy_invoice_custom_section, mutation: Mutations::InvoiceCustomSections::Destroy
end
end

0 comments on commit 4119b03

Please sign in to comment.