Skip to content

Commit 15b09f2

Browse files
authored
Merge pull request #94235 from PramodValavala-MSFT/patch-69
(AzureCXP) fix settings code sample
2 parents 853a9cf + c6fc6f6 commit 15b09f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/azure-functions/functions-dotnet-dependency-injection.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ public class HttpTrigger
187187

188188
public HttpTrigger(IOptions<MyOptions> options)
189189
{
190-
_service = service;
191190
_settings = options.Value;
192191
}
193192
}

0 commit comments

Comments
 (0)