Procházet zdrojové kódy

user id not needed

Mohammed Nafees před 4 roky
rodič
revize
db8a76b295
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0 3
      internal/models/integrations/gitlab.go

+ 0 - 3
internal/models/integrations/gitlab.go

@@ -6,9 +6,6 @@ import "gorm.io/gorm"
 type GitlabIntegration struct {
 	gorm.Model
 
-	// The id of the user that linked this auth mechanism
-	UserID uint `json:"user_id"`
-
 	// Project ID of the project that this gitlab integration is linked with
 	ProjectID uint `json:"project_id"`