Skip to content

Commit fe9faee

Browse files
author
CarinaWolli
committed
fix type error
1 parent 0accaf4 commit fe9faee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/lib/server/repository/eventTypeRepository.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,12 @@ export class EventTypeRepository {
902902
},
903903
},
904904
teamId: true,
905+
hostGroups: {
906+
select: {
907+
id: true,
908+
name: true,
909+
},
910+
},
905911
team: {
906912
select: {
907913
id: true,

0 commit comments

Comments
 (0)