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) end)
return { return {
entry = function(_, args) entry = function(_, job)
local action = args[1] local action = job.args[1]
if not action then if not action then
return return
end end