MushroomObserver / mushroom-observer

A website for sharing observations of mushrooms.
https://mushroomobserver.org
MIT License
77 stars 25 forks source link

Fix a cron error message, couple other things #2070

Closed nimmolo closed 5 months ago

nimmolo commented 5 months ago

Refresh cron jobs should return an array of messages, not joined. UserStats was joining the messages.

Also - missed a few changes in last PR.

coveralls commented 5 months ago

Coverage Status

coverage: 94.4%. remained the same when pulling 0af6124d6cf082b259a29e1a2693466aae4d4870 on show-name-version into f858cbe3bfd0620cab7f133fc622b028ba75d6ef on main.

JoeCohen commented 5 months ago

@nimmolo: Thanks for doing this. I had wondered about an apparent increase in error messages. We probably should have a protocol fro dealing with error messages sent to webmaster, especially from the chron job. Maybe something to discuss at the next tech meeting.