From 49a2d3e4424b55f5957e3bb5170797ddcbc3c42a Mon Sep 17 00:00:00 2001 From: ltctceplrm <14954927+ltctceplrm@users.noreply.github.com> Date: Wed, 19 Feb 2025 14:52:33 +0100 Subject: [PATCH] Fixed steam typo bug Noticed by @double-hash in #179 --- src/api/apis/SteamAPI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/apis/SteamAPI.ts b/src/api/apis/SteamAPI.ts index 2d5ef1b..1e52979 100644 --- a/src/api/apis/SteamAPI.ts +++ b/src/api/apis/SteamAPI.ts @@ -100,7 +100,7 @@ export class SteamAPI extends APIModel { onlineRating: Number.parseFloat(result.metacritic?.score ?? 0), 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', userData: {