Skip to content

Commit

Permalink
remove await
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Feb 21, 2024
1 parent 8f84805 commit c4d09e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const SpawnStakingCheck = ({
return;
}
setIsCreating(true);
await createService({
createService({
...serviceTemplate,
configuration: {
...serviceTemplate.configuration,
Expand Down

0 comments on commit c4d09e8

Please sign in to comment.