Skip to content

Commit

Permalink
Use endpoint instead passing the diff over the socket
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinbusso committed Oct 6, 2023
1 parent 0c74910 commit 75ba9db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/js/processes/scripts/components/ScriptEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,7 @@ export default {
this.progress.progress = 0;
window.ProcessMaker.alert(response.data.message, "danger");
} else {
this.newCode = response.data.diff;
// this.getScriptVersion(response.data.scriptVersionId);
this.getScriptVersion(response.data.scriptVersionId);
this.progress.progress = 100;
setTimeout(() => {
this.loading = false;
Expand Down

0 comments on commit 75ba9db

Please sign in to comment.