This commit is contained in:
Shish
2024-01-05 15:32:07 +00:00
parent 4b954b2e68
commit 26630a4e3b
4 changed files with 7 additions and 6 deletions

View File

@ -170,7 +170,7 @@ class GraphQL extends Extension
'source' => $source,
]));
return ["image_ids" => array_map(fn($im) => $im->id, $event->images)];
return ["image_ids" => array_map(fn ($im) => $im->id, $event->images)];
}
public function onCommand(CommandEvent $event)