diff --git a/packages/types/types.go b/packages/types/types.go index 9e1542d..63492c9 100644 --- a/packages/types/types.go +++ b/packages/types/types.go @@ -27,8 +27,8 @@ type Questionaire struct { type Participant struct { ID int64 Person - Company string - Questionaire Questionaire + Company string + QuestionaireUUID string } type Briefing struct {