Skip to content

Commit

Permalink
fix: use correct casing in excluded routes property (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas authored Jun 20, 2024
1 parent df6f06e commit ff7a8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/porcelain/functions_manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type functionsManifestEntry struct {
BuildData map[string]interface{} `json:"buildData"`
InvocationMode string `json:"invocationMode"`
Routes []functionRoute `json:"routes"`
ExcludedRoutes []excludedFunctionRoute `json:"excluded_routes"`
ExcludedRoutes []excludedFunctionRoute `json:"excludedRoutes"`
Priority int `json:"priority"`
TrafficRules *functionTrafficRules `json:"trafficRules"`
}
Expand Down

0 comments on commit ff7a8e6

Please sign in to comment.