Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Sep 19, 2024
1 parent 680ed1e commit cbfdcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/histories/histories.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class HistoriesController {
status: 200,
description: '대출 기록을 반환한다.',
schema: getHistoriesResponseSchema,
})
})
getHistories(@Query() query: getHistoriesDto) {

Check warning on line 23 in backend/src/histories/histories.controller.ts

View workflow job for this annotation

GitHub Actions / autofix

'query' is defined but never used

Check warning on line 23 in backend/src/histories/histories.controller.ts

View workflow job for this annotation

GitHub Actions / build (20)

'query' is defined but never used

Check warning on line 23 in backend/src/histories/histories.controller.ts

View workflow job for this annotation

GitHub Actions / build (22)

'query' is defined but never used
return this.historiesService.getHistories();
}
Expand Down

0 comments on commit cbfdcc2

Please sign in to comment.