Skip to content

Commit

Permalink
reducing
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingjam committed Feb 19, 2025
1 parent 2a8a724 commit b2cdcf5
Showing 1 changed file with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,12 @@
}
async function updateFields() {
try {
error = null;
errorDetails = null;
getAllDepositFields();
getAllFieldDefinitions();
getAllTokenInputs();
getAllTokenOutputs();
} catch (e) {
error = DeploymentStepErrors.NO_GUI;
errorDetails = e instanceof Error ? e.message : 'Unknown error';
}
error = null;
errorDetails = null;
getAllDepositFields();
getAllFieldDefinitions();
getAllTokenInputs();
getAllTokenOutputs();
}
async function _handleShareChoices() {
Expand All @@ -149,7 +144,6 @@
updateFields();
}
}
handleUpdateGuiState(gui);
}
Expand Down

0 comments on commit b2cdcf5

Please sign in to comment.