Skip to content

Commit a98c43f

Browse files
committed
chore: add linter format changes
1 parent 0e2f80e commit a98c43f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)