Skip to content

Commit

Permalink
Revert last change
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Mar 28, 2024
1 parent 61e8301 commit 46102f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/ManiaAPI.TMX/Tmx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public readonly partial record struct SearchTracksParameters
public long? From { get; init; }

public long[]? Id { get; init; }
public string[]? Uid { get; init; }
public string[]? UId { get; init; }
public string? Name { get; init; }
public string? Author { get; init; }
public long? AuthorUserId { get; init; }
Expand Down

0 comments on commit 46102f5

Please sign in to comment.