Skip to content

Commit

Permalink
feat(sync): enable ra:sync:leaderboard-entries
Browse files Browse the repository at this point in the history
temporarily disable player-achievements and player-games
  • Loading branch information
luchaos committed Aug 12, 2023
1 parent 120a56d commit e6e39f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ protected function schedule(Schedule $schedule)
// $this->call('ra:sync:game-hashes');
// $this->call('ra:sync:memory-notes');

$this->call('ra:sync:player-achievements');
$this->call('ra:sync:player-games');
// $this->call('ra:sync:player-achievements');
// $this->call('ra:sync:player-games');
// $this->call('ra:sync:user-awards');
// $this->call('ra:sync:game-relations');
// $this->call('ra:sync:leaderboards');
Expand Down

0 comments on commit e6e39f6

Please sign in to comment.