Commit ba81395
Remove redundant metafield alias from local-pickup queries
The queries had `metafield: metafield(...)` which creates a redundant alias. This caused issues with the test helper library's query-to-fixture matching. Removed the alias to use just `metafield(...)`.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6fd0393 commit ba81395
File tree
2 files changed
+2
-2
lines changed- functions-local-pickup-delivery-option-generators-js/src
- functions-local-pickup-delivery-option-generators-rs/src
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments