This commit is contained in:
Nicolo Maio 2023-07-17 12:41:14 +00:00
parent 10a1ad5428
commit 41831a367a
3 changed files with 2 additions and 1 deletions

View file

@ -21,7 +21,6 @@ if isEmptyString(host) or isEmptyString(scan_type) then
rest_utils.answer(rest_utils.consts.err.bad_content)
end
tprint(scan_params)
local function set_host_to_scan(ip, scan_type, scan_params)
return scan_utils.save_host_to_scan(scan_type, scan_params, ip)
end