Skip to content

Commit

Permalink
fix: service is not deployed after creating
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanya-atatakai committed Dec 27, 2024
1 parent 911909f commit 4b20895
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const useServiceDeployment = () => {
let middlewareServiceResponse;
if (!service) {
try {
return ServicesService.createService({
middlewareServiceResponse = await ServicesService.createService({
stakingProgramId: selectedStakingProgramId,
serviceTemplate,
deploy: false, // TODO: deprecated will remove
Expand Down

0 comments on commit 4b20895

Please sign in to comment.