Remove updateGamesWithoutDetails method. The method is no longer needed as all games now either get the full game info, including details, or they fail in which case steam api will take over (added in the next issue)
Technical Design
[x] Remove updateGamesWithoutDetails method from game.identifier.js
[x] Remove games repository method getGamesWithoutDetails
[x] Remove games repository method updateGameDetailsFrom
[x] Remove games aggregate method updateGameDetailsFrom
[x] Remove game method updateGameDetailsFrom and all related code
Description
Technical Design