Skip to content

Commit

Permalink
Squashed 'apollo-ios-codegen/' changes from 075efad6..99aa12d9
Browse files Browse the repository at this point in the history
99aa12d9 fix Custom Scalar  output (#243)

git-subtree-dir: apollo-ios-codegen
git-subtree-split: 99aa12d9c1be923c3c30e8cb54babdf7c574d96b
  • Loading branch information
gh-action-runner authored and gh-action-runner committed Jan 22, 2024
1 parent f0c43b2 commit c7b9b91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct CustomScalarTemplate: TemplateRenderer {

func renderHeaderTemplate(
nonFatalErrorRecorder: ApolloCodegen.NonFatalError.Recorder
) -> TemplateString {
) -> TemplateString? {
HeaderCommentTemplate.editableFileHeader(
fileCanBeEditedTo: "implement advanced custom scalar functionality."
)
Expand Down

0 comments on commit c7b9b91

Please sign in to comment.