Browse Source

Update core.go

wibyweb 2 years ago
parent
commit
3ad20b3871
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go/core/core.go

+ 1 - 1
go/core/core.go

@@ -101,7 +101,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
 	}