mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
fix. remove a misplaced return in pull/1628
This commit is contained in:
@@ -665,7 +665,6 @@ bool asst::AutoRecruitTask::hire_all()
|
||||
void asst::AutoRecruitTask::async_upload_result(const json::value& details)
|
||||
{
|
||||
LogTraceFunction;
|
||||
return;
|
||||
if (m_upload_to_penguin) {
|
||||
auto upload_future = std::async(
|
||||
std::launch::async,
|
||||
|
||||
Reference in New Issue
Block a user