Skip to content

Commit

Permalink
Fix manager op id filter type
Browse files Browse the repository at this point in the history
  • Loading branch information
Groxan committed Dec 30, 2023
1 parent da14a8d commit fda55d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tzkt.Api/Parameters/ManagerOperationFilter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class ManagerOperationFilter : INormalizable
/// Filter by internal TzKT id.
/// Click on the parameter to expand more details.
/// </summary>
public Int32Parameter id { get; set; }
public Int64Parameter id { get; set; }

/// <summary>
/// Filter by operation hash.
Expand Down

0 comments on commit fda55d9

Please sign in to comment.