We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e5d66 commit c3703abCopy full SHA for c3703ab
1 file changed
apps/api/src/sessions/sessions.controller.ts
@@ -38,7 +38,7 @@ export class SessionsController {
38
return this.sessionsService.findById(id, { ability });
39
}
40
41
- @ApiOperation({ description: 'Find Session by ID' })
+ @ApiOperation({ description: 'Find Sessions by ID' })
42
@Post('list')
43
@RouteAccess({ action: 'read', subject: 'Session' })
44
findSessionList(@Query('ids') ids: string[]): Promise<Session[]> {
0 commit comments