10.0.30 Overtime bug
The method gmExpirePerTurnBonusActions() in utils.js is expecting a parameter that is different than what it receives. The parameter is the actual combatUuid, so the method throws an exception:
midi-qol.js:24 midi-qol | processOverTime TypeError: Cannot read properties of undefined (reading 'startsWith')
at _parseUuid (foundry.js:4176)
at fromUuidSync (foundry.js:4140)
at Object.gmExpirePerTurnBonusActions (utils.js:3511)
at SocketlibSocket._executeLocal (socketlib.js:192)
at SocketlibSocket.executeAsGM (socketlib.js:90)
at Combat.processOverTime (utils.js:1139)
at Wrapper.