Skip to content

Commit

Permalink
🚧 Debug inventory sync error
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Jan 2, 2024
1 parent 3d9b87c commit 861a13f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/steam/steam.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ export class SteamService {
.map((a) => parseInt(a.amount, 10))
.reduce((a, c) => a + c);

if (description.tags === undefined) {
console.log(description);
}

return {
name: description.name,
amount,
Expand Down

0 comments on commit 861a13f

Please sign in to comment.