This commit is contained in:
Tiago Vasconcelos 2023-03-13 12:04:15 +00:00
parent c28e49c5d1
commit 4d8119264c
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) {