mirror of
https://github.com/valitydev/machinery-erlang.git
synced 2024-11-06 00:35:19 +00:00
Fix dialyser error on woody's 'event_hanler' parameter (#10)
This commit is contained in:
parent
81b0cb3ffe
commit
7d1cd35957
@ -15,7 +15,7 @@
|
||||
}.
|
||||
|
||||
-type route_opts() :: #{
|
||||
event_handler := woody:ev_handler(),
|
||||
event_handler := woody:ev_handler() | [woody:ev_handler()],
|
||||
handler_limits => woody_server_thrift_http_handler:handler_limits()
|
||||
}.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user