Issue with the companies not showing in the server overview.

This commit is contained in:
2026-05-17 14:19:05 +02:00
parent 1e1e7a6be0
commit ab214e958e
3 changed files with 3 additions and 2 deletions

View File

@@ -688,7 +688,6 @@ class API
protected function buildDynamicQuery(string $tableName): array
{
$this->baseQuery = '';
if (!$this->baseQuery) {
$this->baseQuery = "SELECT * FROM " . $tableName;
}