Fixing #1120 - search by eventCategory

This commit is contained in:
Lucas Cimon 2022-05-30 12:30:38 +02:00
parent 4e7284b486
commit 18d4b73d91
No known key found for this signature in database
GPG key ID: 08DA831E717571EE

View file

@ -297,6 +297,7 @@ const GEOHASH_DEPTH = 9; // put enough accuracy, radius will be used anyway
groupPage: this.groupPage,
limit: EVENT_PAGE_LIMIT,
type: this.type,
eventCategory: this.eventCategory,
};
},
update(data) {