Skip to content

Fixed bugs

Eirik Hanasand requested to merge dev into main

Fixed user sanitation bug causing some usernames to be interpreted incorrectly. Fixed Promise.all bug where the program would crash if one or more promises of the array failed. Now using allSettled to proceed no matter the result. Could use trycatch, but there is no point, as errors will regularly occur, and does not require feedback or human intervention.

Merge request reports