We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e107bc commit cf31f14Copy full SHA for cf31f14
components/ticketsauce/actions/get-events/get-events.mjs
@@ -34,7 +34,7 @@ export default {
34
endBefore: {
35
type: "string",
36
label: "End Before",
37
- description: "Only retrieve events that end BEFORE the specified UTC date (format: YYYY-MM-DD).",
+ description: "Only retrieve events that end BEFORE the specified UTC date (format: `YYYY-MM-DD`).",
38
optional: true,
39
},
40
activeOnly: {
0 commit comments