add some small changes

This commit is contained in:
2025-07-30 12:00:21 +03:00
parent c61bc841e6
commit 98d2443679
3 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
function validate()
local function validate()
if not In.Params.msg or In.Params.msg == "" then
Out.Error = {
message = "there must be a msg parameter"