mirror of
https://github.com/bettercap/bettercap
synced 2025-07-30 03:29:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
4d49de674b
commit
c901cf31d5
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ func (j *JSResponse) ReadBody() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
j.Body = string(raw)
|
j.Body = string(raw)
|
||||||
j.UpdateHash()
|
j.bodyRead = true
|
||||||
|
|
||||||
return j.Body
|
return j.Body
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue