Merge pull request #180 from ltctceplrm/steamtypofix
Fixed small SteamAPI bug due to a typo
This commit is contained in:
commit
acd4086712
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ export class SteamAPI extends APIModel {
|
||||||
onlineRating: Number.parseFloat(result.metacritic?.score ?? 0),
|
onlineRating: Number.parseFloat(result.metacritic?.score ?? 0),
|
||||||
image: result.header_image ?? '',
|
image: result.header_image ?? '',
|
||||||
|
|
||||||
released: !result.release_date?.comming_soon,
|
released: !result.release_date?.coming_soon,
|
||||||
releaseDate: this.plugin.dateFormatter.format(result.release_date?.date, this.apiDateFormat) ?? 'unknown',
|
releaseDate: this.plugin.dateFormatter.format(result.release_date?.date, this.apiDateFormat) ?? 'unknown',
|
||||||
|
|
||||||
userData: {
|
userData: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue