We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b97aa7 commit 503049fCopy full SHA for 503049f
Functions/Client.cs
@@ -61,7 +61,7 @@ public static async Task<T> Invoke<T>(string url, string token = null, InvokeFun
61
/// <param name="options"></param>
62
/// <returns></returns>
63
/// <exception cref="RequestException"></exception>
64
- private static async Task<HttpResponseMessage> HandleRequest(string url, string token = null, InvokeFunctionOptions options)
+ private static async Task<HttpResponseMessage> HandleRequest(string url, string token = null, InvokeFunctionOptions options = null)
65
{
66
if (options == null)
67
0 commit comments