Skip to content

Commit

Permalink
chore: removed default
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpop-zengenti committed Sep 10, 2024
1 parent 82b7bc9 commit 1625f79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ internal void SetCallContextData(HttpRequest request)
SetCallContextValueFromRequest(Constants.Headers.LoadBalancerVip, "");

// TODO: remove when we deprecate old nodes delivery api
SetCallContextValueFromRequest(Constants.Headers.UseNewNodeService, "false");
SetCallContextValueFromRequest(Constants.Headers.UseNewNodeService, "");

void SetCallContextValueFromRequest(string key, string? alternative)
{
Expand Down

0 comments on commit 1625f79

Please sign in to comment.