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 0673518 commit a854d03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/server/src/upbit/SSE/sse.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export class SseService implements OnModuleDestroy {

const dtoData = dto(initData)
delete dtoData.market;

return new MessageEvent('orderbook-update', {
data: JSON.stringify(dtoData),
});
Expand Down
2 changes: 1 addition & 1 deletion packages/server/src/upbit/upbit.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class UpbitController {
const initData$ = from(
this.sseService.initOrderStream(
coinsQuery,
this.coinListService.convertToCodeCoinDto,
this.coinListService.convertToOrderbookDto,
),
)

Expand Down

0 comments on commit a854d03

Please sign in to comment.