Skip to content

Commit

Permalink
Merge pull request #15 from dsrvlabs/develop
Browse files Browse the repository at this point in the history
merge branch 'develop'
  • Loading branch information
altpd13 authored Jul 22, 2024
2 parents 0e13c84 + 1840891 commit d236664
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/injective/Compiler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ export const Compiler: React.FunctionComponent<InterfaceProps> = ({
await client.terminal.log({ value: 'Server is working...', type: 'log' });
return;
}
if (await exists()) {
return;
}

await removeArtifacts();
init();
Expand Down

0 comments on commit d236664

Please sign in to comment.