Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Dec 11, 2024
1 parent 391389c commit e752f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hermes/client/js/src/examples/HermesClient.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import yargs from "yargs";
import { hideBin } from "yargs/helpers";

import { HermesClient, PriceUpdate } from "../HermesClient";
import { HermesClient } from "../HermesClient";

function sleep(ms: number) {
return new Promise((resolve) => setTimeout(resolve, ms));
Expand Down

0 comments on commit e752f69

Please sign in to comment.