diff --git a/src/core/Db.cpp b/src/core/Db.cpp index 145c6d0..620f8f1 100644 --- a/src/core/Db.cpp +++ b/src/core/Db.cpp @@ -128,7 +128,7 @@ void CDatabase::dropChallenge(const std::string& nonce) { return; const std::string CMD = fmt::format(R"#( -DELETE FROM challenges WHERE token = "{}" +DELETE FROM tokens WHERE token = "{}" )#", nonce);