Update 1core.go
This commit is contained in:
parent
78861aba86
commit
c1efc608d6
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ func handler(w http.ResponseWriter, r *http.Request) {
|
|||
|
||||
//check if general search param exists
|
||||
general := false
|
||||
if _, ok := m["g"]; ok { //check if &nsfw added to json url
|
||||
if _, ok := m["g"]; ok {
|
||||
general = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue