Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungGwan123 committed Nov 28, 2024
1 parent 6921fa7 commit db75e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/upbit/SSE/sse.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class SseService implements OnModuleDestroy {
coinLatestInfo = this.coinDataUpdaterService.getCoinLatestInfo();
}

const initData = coinLatestInfo.get(coin);
const initData = coinLatestInfo.get(coin)[0];
return new MessageEvent('orderbook-update', {
data: JSON.stringify(dto(initData)),
});
Expand Down

0 comments on commit db75e3c

Please sign in to comment.