Skip to content

Typo error in /apis/SteamAPI.ts #179

Open
@double-hash

Description

@double-hash
  • The Plugin is up to date
  • Obsidian is up to date

Describe the bug

Using the Steam API which indicates all games as released, because of typo in source code, I think.

released: !result.release_date?.comming_soon,

released: !result.release_date?.comming_soon,

should be

released: !result.release_date?.coming_soon,

as in steam API :
Image

Unfortunately, I can't PR right now so I'm referencing an issue so it's written somewhere

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions