#629 luacheck fix for remaining unused variables

This commit is contained in:
Mikayla Fischler
2025-09-13 16:07:12 -04:00
parent ff68eeae1a
commit f7fe9754fe
3 changed files with 1 additions and 6 deletions

View File

@@ -16,14 +16,10 @@ local LINK_STATE = iocontrol.LINK_STATE
local pocket = {}
local MQ__RENDER_CMD = {
}
local MQ__RENDER_DATA = {
LOAD_APP = 1
}
pocket.MQ__RENDER_CMD = MQ__RENDER_CMD
pocket.MQ__RENDER_DATA = MQ__RENDER_DATA
---@type pkt_config