We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593d948 commit ba903aaCopy full SHA for ba903aa
src/Main.cpp
@@ -138,7 +138,7 @@ inline std::string solveChallenge(int value) {
138
static Future<Result<>> submitSolution(const AccountData& account, std::string_view solution, int id) {
139
auto text = fmt::format("#ARGON# {}", solution);
140
141
- return web::submitGDMessage(account, id, text);
+ co_return co_await web::submitGDMessage(account, id, text);
142
}
143
144
static Future<std::string> troubleshootFailureCause(const AccountData& account) {
0 commit comments