Skip to content

Commit

Permalink
Merge pull request #610 from valory-xyz/fix/returning-update
Browse files Browse the repository at this point in the history
Fix "update service" returning, should await
  • Loading branch information
truemiller authored Dec 18, 2024
2 parents 8c97056 + a771b57 commit 1baced9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export const AgentNotRunningButton = () => {
// Update the service if the hash is different
if (!middlewareServiceResponse && service) {
if (service.hash !== serviceTemplate.hash) {
return ServicesService.updateService({
await ServicesService.updateService({
serviceConfigId: service.service_config_id,
stakingProgramId: selectedStakingProgramId,
// chainId: selectedAgentConfig.evmHomeChainId,
Expand Down

0 comments on commit 1baced9

Please sign in to comment.