Skip to content

Commit

Permalink
fix: fix broken demo summary (#9351)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlesnenko committed Jan 18, 2024
1 parent 9db9485 commit 62d24f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client/modules/demo/initDB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ const initNewMeeting = (
__isNewMeeting: 'RetrospectiveMeeting',
createdAt: now,
createdBy: demoViewerId,
createdByUser: viewerMeetingMember?.user,
endedAt: null,
facilitatorStageId: RetroDemo.REFLECT_STAGE_ID,
facilitatorUserId: demoViewerId,
Expand Down

0 comments on commit 62d24f1

Please sign in to comment.