Skip to content

Commit

Permalink
refactor: removing unused pipelineId from webhook deployment api
Browse files Browse the repository at this point in the history
  • Loading branch information
klesh committed May 31, 2024
1 parent 65a8c48 commit 2747cad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/plugins/webhook/api/deployments.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ import (
type WebhookDeploymentReq struct {
Id string `mapstructure:"id" validate:"required"`
DisplayTitle string `mapstructure:"displayTitle"`
PipelineId string `mapstructure:"pipelineId"`
Result string `mapstructure:"result"`
Environment string `validate:"omitempty,oneof=PRODUCTION STAGING TESTING DEVELOPMENT"`
Name string `mapstructure:"name"`
Expand Down

0 comments on commit 2747cad

Please sign in to comment.