mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 05:23:19 -07:00
fix: updated islazy to 1.9.1 (fixes #360)
This commit is contained in:
parent
f6c2e15836
commit
26e2cd8831
4 changed files with 7 additions and 5 deletions
|
@ -109,7 +109,6 @@ func (m SessionModule) IntParam(name string) (error, int) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
func (m SessionModule) DecParam(name string) (error, float64) {
|
||||
if p, found := m.params[name]; found {
|
||||
if err, v := p.Get(m.Session); err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue