Skip to content

Commit 134e294

Browse files
committed
fix: change to use local region var
1 parent e72c47e commit 134e294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Functions/Client.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private async Task<HttpResponseMessage> HandleRequest(
134134
region = _region;
135135
}
136136

137-
if (_region != FunctionRegion.Any)
137+
if (region != FunctionRegion.Any)
138138
{
139139
options.Headers["x-region"] = region.ToString();
140140
}

0 commit comments

Comments
 (0)