mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 10:39:29 +02:00
Get rid of compile warnings
This commit is contained in:
parent
993cbcb133
commit
e1539e5769
4 changed files with 7 additions and 10 deletions
|
@ -503,8 +503,8 @@ unauthorized_response() ->
|
|||
invalid_token_response() ->
|
||||
json_error(401, 10, <<"Oauth Token is invalid or expired.">>).
|
||||
|
||||
outofscope_response() ->
|
||||
json_error(401, 11, <<"Token does not grant usage to command required scope.">>).
|
||||
%% outofscope_response() ->
|
||||
%% json_error(401, 11, <<"Token does not grant usage to command required scope.">>).
|
||||
|
||||
badrequest_response() ->
|
||||
badrequest_response(<<"400 Bad Request">>).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue