Skip to content

Commit

Permalink
πŸ”§ fix : 였λ₯˜ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Nov 27, 2024
1 parent d7c2956 commit 5928f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BE/src/stock/detail/stock-detail.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);
}
}

0 comments on commit 5928f9b

Please sign in to comment.