Update api.php

This commit is contained in:
Lorenzo Yario 2025-10-29 16:48:49 -05:00 committed by GitHub
parent 44b9798c10
commit f202fe93ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,7 +209,7 @@ class Api {
return $apiCatalog;
}
public function translateBoard(Board $board) {
public function translateBoard($board) {
$apiBoard = [];
foreach ($boards as $board) {