mirror of
https://github.com/valitydev/bender.git
synced 2024-11-06 00:55:20 +00:00
Avoid reckless ?MODULE usage
This commit is contained in:
parent
24eb8aa146
commit
60d0aaca6c
@ -52,7 +52,7 @@ get_woody_client(#{url := Url} = Automaton) ->
|
||||
woody:ev_handlers().
|
||||
|
||||
get_woody_event_handlers() ->
|
||||
genlib_app:env(?MODULE, woody_event_handlers, [
|
||||
genlib_app:env(bender, woody_event_handlers, [
|
||||
scoper_woody_event_handler,
|
||||
hay_woody_event_handler
|
||||
]).
|
||||
|
Loading…
Reference in New Issue
Block a user