Przeglądaj źródła

user id not needed

Mohammed Nafees 4 lat temu
rodzic
commit
db8a76b295
1 zmienionych plików z 0 dodań i 3 usunięć
  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 {
 type GitlabIntegration struct {
 	gorm.Model
 	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
 	// Project ID of the project that this gitlab integration is linked with
 	ProjectID uint `json:"project_id"`
 	ProjectID uint `json:"project_id"`