Skip to content

Commit

Permalink
docs(ferry): Add const to code example
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinVignal authored and knaeckeKami committed Oct 23, 2024
1 parent ca8526a commit 0ead540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class AddTypenameTypedLink extends TypedLink {
..operation = Operation(
document: transform(
request.operation.document,
[AddTypenameVisitor()],
const [AddTypenameVisitor()],
),
operationName: request.operation.operationName,
),
Expand Down

0 comments on commit 0ead540

Please sign in to comment.