Skip to content

Commit

Permalink
Enable the cache again
Browse files Browse the repository at this point in the history
  • Loading branch information
stelar7 committed Apr 8, 2024
1 parent 332b497 commit c169727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public SpectatorGameInfo getCurrentGame(LeagueShard server, String puuid)
Optional<?> chl = DataCall.getCacheProvider().get(URLEndpoint.V5_SPECTATOR_CURRENT, data);
if (chl.isPresent())
{
//return (SpectatorConnectionInformation) chl.get();
return (SpectatorGameInfo) chl.get();
}

try
Expand Down

0 comments on commit c169727

Please sign in to comment.