Browse Source

remove outputs from cron

pull/4023/head
Martin McKeaveney 5 years ago
parent
commit
72e18cd8d3
  1. 10
      packages/server/src/automations/triggers.js

10
packages/server/src/automations/triggers.js

@ -216,15 +216,7 @@ const BUILTIN_DEFINITIONS = {
},
required: ["cron"],
},
outputs: {
properties: {
body: {
type: "object",
description: "Body of the request which hit the webhook",
},
},
// required: ["row", "id"],
},
outputs: {},
},
type: "TRIGGER",
},

Loading…
Cancel
Save