Skip to content

Commit

Permalink
refactor(ferry): Use const to list
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinVignal authored and knaeckeKami committed Oct 23, 2024
1 parent 0850388 commit ca8526a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ferry/lib/src/add_typename_typed_link.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AddTypenameTypedLink extends TypedLink {
(op) => Operation(
document: transform(
op.document,
[
const [
AddTypenameVisitor(),
],
),
Expand Down

0 comments on commit ca8526a

Please sign in to comment.