Skip to content

Commit

Permalink
refactor: dev-be rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungGwan123 committed Nov 26, 2024
1 parent d984230 commit 06a886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/upbit/chart.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class ChartService implements OnModuleInit {
if (type === 'minutes' && (!minute || !isValidMinute(minute))) {
throw new BadRequestException('유효하지 않은 분봉 값입니다.');
}

to = to || this.formatCurrentTime();

const key = await this.getAllKeys(coin, to, type, minute);
Expand Down

0 comments on commit 06a886f

Please sign in to comment.