mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Fix typo
This commit is contained in:
parent
6d6e3e348d
commit
55d42b9000
@ -396,7 +396,7 @@ opt_type(websocket_timeout) ->
|
||||
econf:timeout(second);
|
||||
opt_type(jwt_key) ->
|
||||
econf:and_then(
|
||||
econf:file(),
|
||||
econf:path(),
|
||||
fun(Path) ->
|
||||
case file:read_file(Path) of
|
||||
{ok, Data} ->
|
||||
|
Loading…
Reference in New Issue
Block a user