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 }) {
|
exports.run = async function ({ inputs, appId, emitter }) {
|
||||||
if (inputs.id == null || inputs.revision == null) {
|
if (inputs.id == null) {
|
||||||
return {
|
return {
|
||||||
success: false,
|
success: false,
|
||||||
response: {
|
response: {
|
||||||
|
|
Loading…
Reference in New Issue