Skip to content

Commit 8b26015

Browse files
committed
feat: update query and type imports
1 parent c35549b commit 8b26015

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/api/src/sessions/sessions.service.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ export class SessionsService {
104104
select: {
105105
username: true
106106
}
107-
}
107+
},
108+
subject: true
108109
},
109110
where: {
110111
AND: [accessibleQuery(ability, 'read', 'Session'), { groupId }]

0 commit comments

Comments
 (0)