From 86e707618f4f1d8bee26fe5dde97ea5adbf608ba Mon Sep 17 00:00:00 2001 From: Yukino Song Date: Tue, 27 Aug 2024 21:49:26 +0800 Subject: [PATCH] Add the missing colon --- src/confighttp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/confighttp.cpp b/src/confighttp.cpp index 01e1531f..92f50a16 100644 --- a/src/confighttp.cpp +++ b/src/confighttp.cpp @@ -767,7 +767,7 @@ namespace confighttp { outputTree.put("otp", nvhttp::request_otp(it->second)); outputTree.put("statue", true); - outputTree.put("message", "OTP created, effective within 1 minute.") + outputTree.put("message", "OTP created, effective within 1 minute."); } catch (std::exception &e) { BOOST_LOG(warning) << "OTP creation failed: "sv << e.what();