fix: recruitanalyzer return value [skip changelog]

This commit is contained in:
Horror Proton
2025-02-03 01:27:27 +08:00
parent e7fc4ccc2f
commit 4ea2f54d3f

View File

@@ -18,7 +18,7 @@ bool asst::RecruitImageAnalyzer::analyze()
Log.trace("time_analyze:", ret0, "refresh_analyze:", ret1, "permit_analyze:", ret2, "tags_analyze:", ret3);
return ret0 && ret1 && ret2 && ret3;
return ret0 && ret3;
}
bool asst::RecruitImageAnalyzer::tags_analyze()