Skip to content

Commit c3703ab

Browse files
committed
fix: fix description in session controller
1 parent 47e5d66 commit c3703ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api/src/sessions/sessions.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class SessionsController {
3838
return this.sessionsService.findById(id, { ability });
3939
}
4040

41-
@ApiOperation({ description: 'Find Session by ID' })
41+
@ApiOperation({ description: 'Find Sessions by ID' })
4242
@Post('list')
4343
@RouteAccess({ action: 'read', subject: 'Session' })
4444
findSessionList(@Query('ids') ids: string[]): Promise<Session[]> {

0 commit comments

Comments
 (0)