update packages; run formatter
This commit is contained in:
parent
75f3a5903c
commit
9257d8e722
5 changed files with 388 additions and 265 deletions
|
|
@ -50,7 +50,6 @@ export class MobyGamesAPI extends APIModel {
|
|||
year: new Date(result.platforms[0].first_release_date).getFullYear().toString(),
|
||||
dataSource: this.apiName,
|
||||
id: result.game_id,
|
||||
|
||||
} as GameModel),
|
||||
);
|
||||
}
|
||||
|
|
@ -94,7 +93,7 @@ export class MobyGamesAPI extends APIModel {
|
|||
|
||||
userData: {
|
||||
played: false,
|
||||
|
||||
|
||||
personalRating: 0,
|
||||
},
|
||||
} as GameModel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue