Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusan Malusev committed Mar 13, 2022
1 parent 9da84c6 commit b8206c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/pkg/services/event/participant.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func (service *ParticipantService) Evident(ctx context.Context, request pb.Parti
model := models.Participant{
UserID: request.UserId,
EventID: request.EventId,
Status: "in",
}

result := service.db.Save(&model)
Expand Down

0 comments on commit b8206c2

Please sign in to comment.