Commit f66466db authored by nanahira's avatar nanahira

imply no search ban when no suggestion ban

parent eb36ab3a
Pipeline #18303 passed with stage
in 9 seconds
......@@ -212,6 +212,9 @@ def searchban(screen_name):
except:
returnjson["tests"]["typeahead"] = False
if returnjson["tests"]["typeahead"] == True and returnjson["tests"]["search"] == "_error":
returnjson["tests"]["search"] = "_implied_good"
## get replies
## Start GraphQL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment