Skip to content

Commit 7accde4

Browse files
i forgor to read
1 parent 4d03e14 commit 7accde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lovely/misc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ target = "functions/misc_functions.lua"
192192
pattern = "function localize(args, misc_cat)"
193193
position = "after"
194194
payload = '''
195-
if args and type(args.vars) == "table" and args.vars then
195+
if args and args.vars and type(args.vars) == "table" then
196196
local reset = {}
197197
for i, j in pairs(args.vars) do
198198
if type(j) == 'table' then

0 commit comments

Comments
 (0)