Skip to content

Commit 49a2d3e

Browse files
committed
Fixed steam typo bug
Noticed by @double-hash in #179
1 parent 2b5a4a2 commit 49a2d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/apis/SteamAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export class SteamAPI extends APIModel {
100100
onlineRating: Number.parseFloat(result.metacritic?.score ?? 0),
101101
image: result.header_image ?? '',
102102

103-
released: !result.release_date?.comming_soon,
103+
released: !result.release_date?.coming_soon,
104104
releaseDate: this.plugin.dateFormatter.format(result.release_date?.date, this.apiDateFormat) ?? 'unknown',
105105

106106
userData: {

0 commit comments

Comments
 (0)