fix: hotfix reverting breaking changes

-changed variable name to _ignoreWebhook
-if _ignoreWebhook not present fire the webhook as intended
This commit is contained in:
mertmit
2022-03-31 13:19:24 +03:00
parent 85a82ad41e
commit 3d232572b6
3 changed files with 4 additions and 4 deletions

View File

@@ -184,7 +184,7 @@ export default class GqlApi {
variables: {
id, data
},
_cellSaved: cellSaved
_ignoreWebhook: !cellSaved
})
const colName = Object.keys(data)[0]