Skip to content

Commit

Permalink
fix not used implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
matsudamper committed Jan 22, 2024
1 parent 0b53900 commit 808f6af
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 808f6af

Please sign in to comment.