Mercurial > prosody-modules
comparison mod_register_apps/mod_register_apps.lua @ 4186:aba0470ed725
mod_register_apps: Ignore the long lines [luacheck]
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 10 Oct 2020 16:52:36 +0200 |
| parents | bbd584cee042 |
| children | e2db07017332 |
comparison
equal
deleted
inserted
replaced
| 4185:06a9ac93e2f1 | 4186:aba0470ed725 |
|---|---|
| 1 -- luacheck: ignore 631 | |
| 1 module:depends("http"); | 2 module:depends("http"); |
| 2 local http_files = module:depends("http_files"); | 3 local http_files = module:depends("http_files"); |
| 3 | 4 |
| 4 local app_config = module:get_option("site_apps", { | 5 local app_config = module:get_option("site_apps", { |
| 5 { | 6 { |
