Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(getPlayer): Current team should have leaveDate undefined #627

Conversation

danilofuchs
Copy link
Contributor

Example:

Spinx is currently playing for Vitality, but the parser is returning the startDate as leaveDate

  {
    id: 9565,
    name: 'Vitality',
    logo: 'https://img-cdn.hltv.org/teamlogo/GAlByJtDTnkgbb9p_71SUL.png?ixlib=java-2.1.0&w=50&s=2838cd78a5ebb5c9fea4c485908e9dbb',
    startDate: 1660514400000,
    leaveDate: 1660514400000,
    trophies: [ [Object] ]
  },

@gigobyte gigobyte closed this Jun 9, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants