mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_storage_sql: Remove unused function argument [luacheck]
What was the intent of this argument anyways?
This commit is contained in:
parent
a19ac39844
commit
c7ef245c0b
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ end
|
|||
--- Initialization
|
||||
|
||||
|
||||
local function create_table(engine, name) -- luacheck: ignore 431/engine
|
||||
local function create_table(engine) -- luacheck: ignore 431/engine
|
||||
local Table, Column, Index = sql.Table, sql.Column, sql.Index;
|
||||
|
||||
local ProsodyTable = Table {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue