Skip to content

Commit

Permalink
Merge pull request #13 from CerealKiller97/dev
Browse files Browse the repository at this point in the history
Home page done
  • Loading branch information
Stefan Bogdanović authored Sep 3, 2019
2 parents 7456829 + a5e1aa9 commit deb075d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/modules/shared/models/Game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface Game {
screenshots: Screenshoot[];
platforms: Platform[];
playtime: number;
platform: any;
slug: string;
realesed: string;
clip: any;
Expand Down
1 change: 1 addition & 0 deletions src/app/modules/shared/models/Platform.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export interface Platform {
slug: string;
yearEnd: any;
yearStart: any;
platform: any;
}

0 comments on commit deb075d

Please sign in to comment.