diff --git a/client/js/main.go b/client/js/main.go index d7105aa4f86a598f4cc4bd2cfff97360cf2f9bd8..caecbddab772cedc77ca12acd72d75dc631f3f89 100644 --- a/client/js/main.go +++ b/client/js/main.go @@ -9,6 +9,5 @@ import ( ) func main() { - js.Module.Get("exports").Set("newRemote", client.New) js.Global.Set("newRemote", client.New) }