From 674f7dd5f5084d8c96f405aaacf40b318726a379 Mon Sep 17 00:00:00 2001 From: Frederick Holland Date: Thu, 23 Oct 2025 16:55:59 +1100 Subject: [PATCH] asdnfujklsreghyiujlfhhsdrlgkif --- models/participant.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/participant.go b/models/participant.go index a45f9af..f4c4439 100644 --- a/models/participant.go +++ b/models/participant.go @@ -24,7 +24,7 @@ type DBParticipant struct { Sessions []DBSession `gorm:"foreignKey:ParticipantId;references:Id"` Calls []DBCall `gorm:"foreignKey:ParticipantId;references:Id"` - User *GCUser `gorm:"foreignKey:UserId;references:Id` + User *GCUser `gorm:"foreignKey:UserId;references:Id"` } func (DBParticipant) TableName() string {