Skip to content

Commit ff7a8e6

Browse files
fix: use correct casing in excluded routes property (#543)
1 parent df6f06e commit ff7a8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/porcelain/functions_manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type functionsManifestEntry struct {
2121
BuildData map[string]interface{} `json:"buildData"`
2222
InvocationMode string `json:"invocationMode"`
2323
Routes []functionRoute `json:"routes"`
24-
ExcludedRoutes []excludedFunctionRoute `json:"excluded_routes"`
24+
ExcludedRoutes []excludedFunctionRoute `json:"excludedRoutes"`
2525
Priority int `json:"priority"`
2626
TrafficRules *functionTrafficRules `json:"trafficRules"`
2727
}

0 commit comments

Comments
 (0)