Skip to content

Commit

Permalink
fix: Update GetParams.mustache
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Sep 18, 2023
1 parent b8f42d5 commit 0292dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/twilio-csharp/options/GetParams.mustache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/// <summary> Generate the necessary parameters </summary>
public List<KeyValuePair<string, string>> GetParams()
public List<KeyValuePair<string, string>> GetParams()
{
var p = new List<KeyValuePair<string, string>>();
Expand Down Expand Up @@ -44,4 +44,4 @@
{{/vendorExtensions.x-before-or-after}}
{{/vendorExtensions.x-getparams}}
return p;
}
}

0 comments on commit 0292dfb

Please sign in to comment.