This commit is contained in:
Tiago Vasconcelos 2023-03-13 12:04:15 +00:00
parent 7882c9bbcc
commit 17ecb81f12
3 changed files with 2 additions and 2 deletions

View file

@ -239,7 +239,6 @@ const market = async () => {
}
])
.then(async events => {
// ;[stalls, products] = await this.updateData(events)
this.events = events || []
this.events.map(eventToObj).map(e => {
if (e.kind == 0) {