From 07967f1982b589974958689c7a055b33ea194691 Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Thu, 22 Feb 2024 18:05:24 +0100 Subject: [PATCH] fix: incorrect code in upgrade module --- lua/neorg/modules/core/upgrade/module.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/neorg/modules/core/upgrade/module.lua b/lua/neorg/modules/core/upgrade/module.lua index 95e1a34a2..6887fc77c 100644 --- a/lua/neorg/modules/core/upgrade/module.lua +++ b/lua/neorg/modules/core/upgrade/module.lua @@ -32,3 +32,5 @@ module.setup = function() success = false, } end + +return module