mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
events: Remove unnecessary go calls (#352)
This commit is contained in:
@@ -85,7 +85,7 @@ func (s *StoreManager) Deliver(
|
||||
// Emit message stored event.
|
||||
event := delivery.Meta
|
||||
event.ID = id
|
||||
go s.ExtHost.Events.AfterMessageStored.Emit(&event)
|
||||
s.ExtHost.Events.AfterMessageStored.Emit(&event)
|
||||
|
||||
return id, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user