Skip to content

Commit 6f9e04c

Browse files
authored
fix: hosts group missmatch issue (calcom#24757)
1 parent fdb0e5d commit 6f9e04c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/features/eventtypes/repositories/eventTypeRepository.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,7 @@ export class EventTypeRepository {
971971
select: {
972972
isFixed: true,
973973
userId: true,
974+
groupId: true,
974975
priority: true,
975976
weight: true,
976977
scheduleId: true,
@@ -1132,6 +1133,7 @@ export class EventTypeRepository {
11321133
},
11331134
weight: true,
11341135
priority: true,
1136+
groupId: true,
11351137
createdAt: true,
11361138
},
11371139
},

0 commit comments

Comments
 (0)