remove outputs from cron
This commit is contained in:
parent
775fd10b6f
commit
2683b2c03a
|
@ -216,15 +216,7 @@ const BUILTIN_DEFINITIONS = {
|
||||||
},
|
},
|
||||||
required: ["cron"],
|
required: ["cron"],
|
||||||
},
|
},
|
||||||
outputs: {
|
outputs: {},
|
||||||
properties: {
|
|
||||||
body: {
|
|
||||||
type: "object",
|
|
||||||
description: "Body of the request which hit the webhook",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
// required: ["row", "id"],
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
type: "TRIGGER",
|
type: "TRIGGER",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue