Skip to content

Commit

Permalink
fix(triggers): Fixing playwright engine trigger field (#3927)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar authored Jul 9, 2024
1 parent fc18f9c commit 9629689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/workers/trigger/trigger_json.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type triggerJSONV3 struct {
GRPC *GRPCRequest `json:"grpc,omitempty"`
TraceID *TraceIDRequest `json:"traceid,omitempty"`
Kafka *KafkaRequest `json:"kafka,omitempty"`
PlaywrightEngine *PlaywrightEngineRequest `json:"playwrightengine,omitempty"`
PlaywrightEngine *PlaywrightEngineRequest `json:"playwrightEngine,omitempty"`
}

func (v3 triggerJSONV3) valid() bool {
Expand Down

0 comments on commit 9629689

Please sign in to comment.