This commit is contained in:
cdle
2021-10-06 11:20:24 +08:00
parent 698670bd0d
commit a85e2c0dd2
+1 -1
View File
@@ -146,7 +146,7 @@ func init() {
v, _ := otto.ToValue(s.Get(int(i - 1)))
return v
}
GetUserName := func(_ otto.Value) otto.Value {
GetUserName := func() otto.Value {
v, _ := otto.ToValue(s.GetUserName())
return v
}