diff --git a/src/reports/reports.controller.ts b/src/reports/reports.controller.ts index 3c7cf04..14d5433 100644 --- a/src/reports/reports.controller.ts +++ b/src/reports/reports.controller.ts @@ -13,7 +13,7 @@ export class ReportsController { @Get("listens") @Auth() async getListens( - @Query() options: Omit, + @Query() options: GetListenReportDto, @ReqUser() user: User ): Promise { return this.reportsService.getListens({ ...options, user });