1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00

fix: platforms query

This commit is contained in:
Torsten Dittmann 2023-04-27 17:36:00 +02:00
parent d45bc5e60f
commit e1cf068652

View file

@ -1237,7 +1237,7 @@ App::get('/v1/projects/:projectId/platforms')
}
$platforms = $dbForConsole->find('platforms', [
Query::equal('projectId', [$project->getId()]),
Query::equal('projectInternalId', [$project->getInternalId()]),
Query::limit(5000),
]);