Skip to content

Commit

Permalink
chore: remove shopify autoreload (#2784)
Browse files Browse the repository at this point in the history
  • Loading branch information
chandumlg committed Dec 7, 2022
1 parent 1d92b2a commit 85ba13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/webhook/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func loadConfig() {
// Max retry attempts to source transformer
config.RegisterIntConfigVariable(5, &webhookRetryMax, false, 1, "Gateway.webhook.maxRetry")
// Parse all query params from sources mentioned in this list
config.RegisterStringSliceConfigVariable(make([]string, 0), &sourceListForParsingParams, true, "Gateway.webhook.sourceListForParsingParams")
config.RegisterStringSliceConfigVariable(make([]string, 0), &sourceListForParsingParams, false, "Gateway.webhook.sourceListForParsingParams")
// lowercasing the strings in sourceListForParsingParams
for i, s := range sourceListForParsingParams {
sourceListForParsingParams[i] = strings.ToLower(s)
Expand Down

0 comments on commit 85ba13a

Please sign in to comment.