lol whoops

This commit is contained in:
Matthew Holt 2025-03-28 15:05:37 -06:00
parent 08bf9e4fc0
commit dbdcf43557
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5

View File

@ -441,7 +441,6 @@ func (ctx Context) LoadModuleByID(id string, rawMsg json.RawMessage) (any, error
// core can have access to emit events without an import cycle
if ee, ok := val.(eventEmitter); ok {
if _, ok := ee.(App); ok {
log.Println("GOT EE:", ee)
ctx.cfg.eventEmitter = ee
}
}