This commit is contained in:
1-6
2023-07-08 23:51:35 -07:00
parent 0ae29bb9a4
commit afe3f007c8
2 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -111,7 +111,7 @@ func handleWebsocket(c *gin.Context) {
res.conn = wc
req._event = "connect"
wc.conn = ws
go function.Handle(&Faker{
function.Handle(&Faker{
Type: "websocket",
}, func(vm *goja.Runtime) {
vm.Set("res", res)