Skip to content

Commit

Permalink
Merge pull request #9724 from neinteractiveliterature/fix-name-error
Browse files Browse the repository at this point in the history
Fix NameError in presend
  • Loading branch information
nbudin authored Oct 28, 2024
2 parents f017446 + fac7b59 commit 79c4633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/presenters/graphql_presend_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def queries
when %r{\A/events}
events_app_queries
else
[non_cms_app_root_query]
[app_root_query, app_root_layout_query(path: "/non_cms_path")]
end
end

Expand Down

0 comments on commit 79c4633

Please sign in to comment.