This commit is contained in:
Christopher Cookman 2025-08-31 23:37:11 -06:00
parent 95ef21312d
commit ce65c622cb

View file

@ -98,6 +98,7 @@ const validEvents = {
}
if (process.env.EVENT_TESTING == true) {
log.warn("EVENT_TESTING is enabled - generating test events");
setInterval(() => {
const eventTypes = Object.keys(validEvents);
const eventType = parseInt(eventTypes[Math.floor(Math.random() * eventTypes.length)]);