Skip to content

Commit 863571e

Browse files
authored
cleanup of the code in Azure Function
1 parent 43df0b7 commit 863571e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/spfx/use-aadhttpclient-enterpriseapi.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ public static async Task<IActionResult> Run(HttpRequest req, ILogger log)
5252
{
5353
log.LogInformation("C# HTTP trigger function processed a request.");
5454

55-
string name = req.Query["name"];
56-
5755
return (ActionResult)new OkObjectResult(new List<object> {
5856
new {
5957
Id = 1,

0 commit comments

Comments
 (0)