Fixes: expired bans processing on mod load

fix typos
master
shivajiva101 2021-12-08 22:58:01 +00:00 committed by GitHub
parent 4189cf4caf
commit 381bba309a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -972,7 +972,7 @@ end
##################################
]]
-- Remove ban recors
-- Remove ban record
-- @param id integer
-- @return nil
local function del_ban_record(id)
@ -1430,7 +1430,7 @@ local function process_expired_bans()
end
if #tq > 0 then
-- finalise & execute
tq[#tq+1] = "VACUM;"
tq[#tq+1] = "VACUUM;"
db_exec(table.concat(tq, "\n"))
end
end