RevId should be optional for automation delete
This commit is contained in:
parent
9b5ad2dacc
commit
611b170874
|
@ -49,7 +49,7 @@ exports.definition = {
|
|||
}
|
||||
|
||||
exports.run = async function ({ inputs, appId, emitter }) {
|
||||
if (inputs.id == null || inputs.revision == null) {
|
||||
if (inputs.id == null) {
|
||||
return {
|
||||
success: false,
|
||||
response: {
|
||||
|
|
Loading…
Reference in New Issue