From 4119b033986f68a534ff6ff96dccd37b3149f4cd Mon Sep 17 00:00:00 2001 From: Anna Velentsevich Date: Fri, 20 Dec 2024 14:37:03 +0100 Subject: [PATCH] fix rebase conflict --- app/graphql/types/mutation_type.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/graphql/types/mutation_type.rb b/app/graphql/types/mutation_type.rb index 8fa0c648401..bcff7f12e6e 100644 --- a/app/graphql/types/mutation_type.rb +++ b/app/graphql/types/mutation_type.rb @@ -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