From fd40f76936ded4a7792530803b243e80d300ab13 Mon Sep 17 00:00:00 2001
From: RandomChars <random@chars.jp>
Date: Thu, 30 Sep 2021 15:32:56 +0900
Subject: [PATCH] remove exports thing in js generation

---
 client/js/main.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/client/js/main.go b/client/js/main.go
index d7105aa..caecbdd 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)
 }
-- 
GitLab