Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysticial committed Jan 11, 2025
1 parent e2aca53 commit 64351f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,8 @@ std::unique_ptr<AsyncTask> send_all_unsent_reports(Logger& logger, bool allow_pr
return global_async_dispatcher().dispatch([reports = std::move(reports)]{
send_reports(global_logger_tagged(), reports);
});

#else
return nullptr;
#endif
}

Expand Down

0 comments on commit 64351f9

Please sign in to comment.