feat(eventbus): implement event handling for ticket and conversation assignments
This commit is contained in:
@@ -23,7 +23,7 @@ func Register[T any](opts ...Option[T]) *Bus[T] {
|
||||
return bus.(*Bus[T])
|
||||
}
|
||||
|
||||
created := New[T](opts...)
|
||||
created := New(opts...)
|
||||
buss[key] = created
|
||||
return created
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user