|
@@ -1521,7 +1521,7 @@ func (ac *Action) Update_pushset() {
|
|
|
identity := ac.GetString("identity")
|
|
|
vSwitch := ac.GetString("vSwitch")
|
|
|
amount := ac.GetString("amount")
|
|
|
- Iswitch, _ := ac.GetInteger("switch")
|
|
|
+ //Iswitch, _ := ac.GetInteger("switch")
|
|
|
matchmode := ac.GetString("matchmode")
|
|
|
i_type := 0
|
|
|
if vSwitch == "m" || vSwitch == "v" {
|