diff --git a/BE/src/stock/detail/stock-detail.controller.ts b/BE/src/stock/detail/stock-detail.controller.ts index 1789265..26e65a4 100644 --- a/BE/src/stock/detail/stock-detail.controller.ts +++ b/BE/src/stock/detail/stock-detail.controller.ts @@ -86,8 +86,8 @@ export class StockDetailController { const { count, fid_period_div_code } = body; return this.stockDetailService.getInquirePriceChart( stockCode, - count, fid_period_div_code, + count, ); } }