We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a81d70 + 49a2d3e commit acd4086Copy full SHA for acd4086
src/api/apis/SteamAPI.ts
@@ -100,7 +100,7 @@ export class SteamAPI extends APIModel {
100
onlineRating: Number.parseFloat(result.metacritic?.score ?? 0),
101
image: result.header_image ?? '',
102
103
- released: !result.release_date?.comming_soon,
+ released: !result.release_date?.coming_soon,
104
releaseDate: this.plugin.dateFormatter.format(result.release_date?.date, this.apiDateFormat) ?? 'unknown',
105
106
userData: {
0 commit comments