Skip to content

Commit

Permalink
fix: Restored override in GetParams.mustache
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Sep 18, 2023
1 parent 0292dfb commit ef9a7e0
Showing 1 changed file with 1 addition and 1 deletion.
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 {{#vendorExtensions.x-is-read-operation}} override{{/vendorExtensions.x-is-read-operation}} List<KeyValuePair<string, string>> GetParams()
{
var p = new List<KeyValuePair<string, string>>();
Expand Down

0 comments on commit ef9a7e0

Please sign in to comment.