Klimatbyran / garbo

1 stars 5 forks source link

Bug in discordReview: Add check to `parsedJson.goals.map is not a function` #137

Closed Greenheart closed 3 weeks ago

Greenheart commented 3 weeks ago

For some examples, see https://api.klimatkollen.se/admin/queues/queue/discordReview?status=failed

and especially https://api.klimatkollen.se/admin/queues/queue/discordReview/129?status=failed

or this one which is the same problem but for initiatives: https://api.klimatkollen.se/admin/queues/queue/discordReview/120?status=failed

Affected code: https://github.com/Klimatbyran/garbo/blob/f5acc4460f9520cdd6cae816aaeb3bce68cc7859/src/workers/discordReview.ts#L79-L89

irony commented 3 weeks ago

Should be fixed now. Restart the failed jobs?

Greenheart commented 3 weeks ago

Thanks! :green_heart: Will try.