fix(delayed_api): delete msg crash return 500

This commit is contained in:
zhongwencool 2021-09-27 09:54:41 +08:00
parent 776604a90b
commit c41b4b0c2f
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ schema("/mqtt/delayed") ->
};
schema("/mqtt/delayed/messages/:msgid") ->
#{operationId => delayed_messages,
#{operationId => delayed_message,
get => #{
tags => [<<"mqtt">>],
description => <<"Get delayed message">>,