update
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user