feat: expose timeout variables (#622)

* expose timeout variables

* formatting
This commit is contained in:
Hayden 2023-11-15 21:17:43 -06:00 committed by GitHub
parent a70ee33759
commit eeae790fe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 21 additions and 13 deletions

View file

@ -38,7 +38,7 @@ func New() *EventBus {
subscribers: map[Event][]func(any){
EventLabelMutation: {},
EventLocationMutation: {},
EventItemMutation: {},
EventItemMutation: {},
},
}
}