mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
ProducersIndexer: bugfix
This commit is contained in:
parent
1ecd9d514f
commit
905fbd9376
@ -154,7 +154,7 @@ class ProducersIndexer extends Command
|
||||
)['producers'];
|
||||
|
||||
foreach ($producers as $producer) {
|
||||
$this->ids[] = $producer->mal_id;
|
||||
$this->ids[] = $producer['mal_id'];
|
||||
}
|
||||
|
||||
Storage::put('indexer/producers_mal_id.json', json_encode($this->ids));
|
||||
|
Loading…
x
Reference in New Issue
Block a user