Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
josehelps committed Oct 1, 2018
1 parent a8cb7ca commit 641e2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waflyctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ func WithPXCondition(client fastly.Client, serviceID string, version int, config

}

// WithPXCondition adds a condition if PX is present to avoid null host and request ID logging
// WithShieldingCondition adds a condition if shielding is present to avoid multiple events with duplicate request ID logging
func WithShieldingCondition(client fastly.Client, serviceID string, version int, config TOMLConfig) bool {

conditions, err := client.ListConditions(&fastly.ListConditionsInput{
Expand Down

0 comments on commit 641e2b7

Please sign in to comment.