Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ruks committed Oct 11, 2024
1 parent b6a279e commit d06c645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adapter/internal/oasparser/envoyconf/access_loggers.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func getInsightsAccessLogConfigs() *config_access_logv3.AccessLog {
Path: []*matcherv3.MetadataMatcher_PathSegment{
{
Segment: &matcherv3.MetadataMatcher_PathSegment_Key{
Key: xWso2ApiOrganizationId,
Key: xWso2ApiOrganizationID,
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion adapter/internal/oasparser/envoyconf/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const (
xWso2requestInterceptor string = "x-wso2-request-interceptor"
// xWso2responseInterceptor used to provide response interceptor details for api and resource level
xWso2responseInterceptor string = "x-wso2-response-interceptor"
xWso2ApiOrganizationId string = "x-wso2-api-organization-id"
xWso2ApiOrganizationID string = "x-wso2-api-organization-id"
)

// interceptor levels
Expand Down

0 comments on commit d06c645

Please sign in to comment.