This commit is contained in:
TornaxO7
2024-11-29 17:36:50 +01:00
parent 600f87c021
commit d9b722a7e4

View File

@@ -194,8 +194,8 @@ local delete_all_bookmarks = ya.sync(function(state)
end)
return {
entry = function(_, args)
local action = args[1]
entry = function(_, job)
local action = job.args[1]
if not action then
return
end