From a0a22d6e93189bd901abb975d3cd85749ce45486 Mon Sep 17 00:00:00 2001 From: sammyette Date: Sun, 19 Feb 2023 15:30:05 -0400 Subject: [PATCH] fix: remove use of old util document function --- api.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api.go b/api.go index 3d3c887..0d6c208 100644 --- a/api.go +++ b/api.go @@ -165,7 +165,6 @@ func hilbishLoad(rtm *rt.Runtime) (rt.Value, func()) { mod.Set(rt.StringValue("version"), rt.TableValue(versionModule)) pluginModule := moduleLoader(rtm) - util.Document(pluginModule, "") mod.Set(rt.StringValue("module"), rt.TableValue(pluginModule)) return rt.TableValue(fakeMod), nil