Skip to content

Commit

Permalink
ref(core.latex.renderer): unnecessary parameter provided to function
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jan 6, 2024
1 parent fb2c561 commit bcbf645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/latex/renderer/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ module.on_event = function(event)
return
end

return event_handlers[event.type](event)
return event_handlers[event.type]()
end

module.events.subscribed = {
Expand Down

0 comments on commit bcbf645

Please sign in to comment.