Software /
code /
prosody
Diff
plugins/mod_storage_sql.lua @ 9459:6c279302fff4
mod_storage_sql: Remove unused function argument [luacheck]
What was the intent of this argument anyways?
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 10 Oct 2018 21:23:35 +0200 |
parent | 8537:d7f31badd359 |
child | 9479:3a683b2476e2 |
line wrap: on
line diff
--- a/plugins/mod_storage_sql.lua Wed Oct 10 21:22:43 2018 +0200 +++ b/plugins/mod_storage_sql.lua Wed Oct 10 21:23:35 2018 +0200 @@ -462,7 +462,7 @@ --- 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 {