Skip to content

Commit

Permalink
groq-builder: feature(compat): removed outdated projectField reference
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrippey committed Dec 18, 2023
1 parent 640ba24 commit b3e0154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/groq-builder/src/commands/project.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ describe("project (object projections)", () => {
images: variant.field("images[]").project((image) => ({
name: true,
description: image
.projectField("description")
.field("description")
.validate(validate.string().optional()),
})),
}));
Expand Down

0 comments on commit b3e0154

Please sign in to comment.