BugFix: ERROR [ExceptionsHandler] column "users.areasServed" must appear in the GROUP BY clause or be used in an aggregate function resolved

This commit is contained in:
2024-09-04 18:15:16 +02:00
parent 7807afbad3
commit 9ecc0c2429
7 changed files with 2 additions and 97 deletions

View File

@@ -28,7 +28,6 @@ export class BusinessListingsComponent {
maxPrice: string;
minPrice: string;
type: string;
states = [];
state: string;
totalRecords: number = 0;
ts = new Date().getTime();