Skip to content

Commit da3f8af

Browse files
EItanyasoloio-bulldozer[bot]
authored andcommitted
updated type for resolution of route config (#36)
* updated type for resolution of route config
1 parent b41c87d commit da3f8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/extensions/filters/http/transformation/transformation_filter.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ void TransformationFilter::setupTransformationPair() {
143143
route_ = decoder_callbacks_->route();
144144

145145
const auto *route_config = Http::Utility::resolveMostSpecificPerFilterConfig<
146-
RouteTransformationFilterConfig>(filter_config_->name(), route_);
146+
RouteFilterConfig>(filter_config_->name(), route_);
147147
TransformerPairConstSharedPtr active_transformer_pair;
148148
// if there is a route level config present, automatically disregard header_matching rules
149149
if (route_config != nullptr) {

0 commit comments

Comments
 (0)