Skip to content

Commit

Permalink
fix: 호가창 api hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHyeon0409 committed Nov 13, 2024
1 parent 280fd20 commit 2171fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
- dev
- dev-be
- feature-be-#59
- hotfix-be-#52
jobs:
build_and_deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion packages/server/src/upbit/orderbook-websocket.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class OrderbookService implements OnModuleInit{
const coin_list = this.coinListService.getCoinNameList();
const subscribeMessage = JSON.stringify([
{ ticket: 'test' },
{ type: 'ticker', codes: coin_list },
{ type: 'orderbook', codes: coin_list },
]);
this.websocket.send(subscribeMessage);
}catch(error){
Expand Down

0 comments on commit 2171fc5

Please sign in to comment.