Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Groxan committed Dec 30, 2023
1 parent fda55d9 commit bb88f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tzkt.Api/Repositories/TokensRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ LIMIT 1
filter.token.tokenId.Eq = null;

filter.token.id ??= new();
filter.token.id.Eq = (long)row.id;
filter.token.id.Eq = (long)row.Id;
}
#endregion

Expand Down

0 comments on commit bb88f5c

Please sign in to comment.