Skip to content

Commit 442c587

Browse files
GTFalcaocoderabbitai[bot]
authored andcommitted
Update components/ticketsauce/actions/get-orders/get-orders.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 38b7217 commit 442c587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/ticketsauce/actions/get-orders/get-orders.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ export default {
122122
totalAbove: {
123123
type: "string",
124124
label: "Total Above",
125-
description: "Return only orders who's order total is greater than this value.",
125+
description: "Return only orders whose order total is greater than this value.",
126126
optional: true,
127127
},
128128
totalBelow: {
129129
type: "string",
130130
label: "Total Below",
131-
description: "Return only orders who's order total is less than this value.",
131+
description: "Return only orders whose order total is less than this value.",
132132
optional: true,
133133
},
134134
},

0 commit comments

Comments
 (0)