From de5a72ef98a42762f346857114ef66371919a5ac Mon Sep 17 00:00:00 2001 From: Nat Budin Date: Sat, 18 Jan 2025 09:53:58 -0800 Subject: [PATCH] Uploading a favicon generates a error Fixes #10091 --- app/graphql/types/convention_input_type.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/graphql/types/convention_input_type.rb b/app/graphql/types/convention_input_type.rb index 90bace7def..83c209f177 100644 --- a/app/graphql/types/convention_input_type.rb +++ b/app/graphql/types/convention_input_type.rb @@ -94,8 +94,6 @@ class Types::ConventionInputType < Types::BaseInputObject description "The home time zone for this convention." end - private - def get_apollo_upload_object(upload) upload&.__getobj__ # Unwrap value for ActiveStorage end