Skip to content

Commit

Permalink
Update deno_test_coverage.yaml to remove unnecessary working director…
Browse files Browse the repository at this point in the history
…y specification
  • Loading branch information
117 committed Mar 22, 2024
1 parent f149cf2 commit 9bbfaee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deno_test_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
echo "test coverage is below 50%"
exit 1
fi
working-directory: ./deno
shell: bash
1 change: 1 addition & 0 deletions factory/createClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { NewsWebSocket } from "../api/trade/types/websocket_4.ts";
import { OptionsWebSocket } from "../api/trade/types/websocket_5.ts";
import { TokenBucketOptions, createTokenBucket } from "./createTokenBucket.ts";

// hi
export type Client = {
rest: {
trade: ReturnType<typeof methods2>;
Expand Down

0 comments on commit 9bbfaee

Please sign in to comment.