Skip to content

Commit

Permalink
๐Ÿ’„ style: console.log ์‚ญ์ œ
Browse files Browse the repository at this point in the history
  • Loading branch information
swkim12345 committed Nov 25, 2024
1 parent ddccc0a commit df5b6e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export class OpenapiLiveData {
}
}

// ํ˜„์žฌ๊ฐ€ ์ฒด๊ฒฐ๋กœ๋Š” ๋ฐ์ดํ„ฐ๊ฐ€ ๋ถ€์กฑํ•ด ํ˜„์žฌ๊ฐ€ ์‹œ์„ธ๋ฅผ ์‚ฌ์šฉํ•จ.
convertResponseToStockLiveData = (
data: OpenapiLiveData,
stockId: string,
Expand Down
1 change: 0 additions & 1 deletion packages/backend/src/scraper/openapi/liveData.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export class LiveData {
private initMessageCallback =
(client: WebSocket) => async (data: RawData) => {
try {
console.log(data);
const message = this.parseMessage(data);
if (message.header) {
if (message.header.tr_id === 'PINGPONG') {
Expand Down

0 comments on commit df5b6e6

Please sign in to comment.