Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Nov 27, 2024
1 parent 83876fb commit 429c410
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/endpoints/tokens/token.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,10 @@ export class TokenService {
...esdt,
};

if (esdt.type === '') { // empty type can come from gateway
tokenWithBalance.type = token.type;
}

tokensWithBalance.push(tokenWithBalance);
}

Expand Down

0 comments on commit 429c410

Please sign in to comment.