remove deep_simple_no_results nag

This commit is contained in:
2025-09-06 16:24:02 -04:00
parent cfcc4ec8d1
commit 0c90c4bc9e

View File

@@ -528,7 +528,10 @@ class ddg{
if(
!isset($item["s"]) &&
isset($item["t"]) &&
$item["t"] == "DEEP_ERROR_NO_RESULTS"
(
$item["t"] == "DEEP_ERROR_NO_RESULTS" ||
$item["t"] == "DEEP_SIMPLE_NO_RESULTS"
)
){
return $out;