LogoutRequest - set checkStatus to true

This commit is contained in:
jacob1 2024-01-06 23:31:18 -05:00
parent 5411269fb2
commit 99566c8003
No known key found for this signature in database
GPG Key ID: 4E58A32D510E1995

View File

@ -5,7 +5,7 @@
namespace http namespace http
{ {
LogoutRequest::LogoutRequest() : LogoutRequest::LogoutRequest() :
APIRequest(ByteString::Build(SCHEME, SERVER, "/Logout.json?Key=" + Client::Ref().GetAuthUser().SessionKey), authRequire, false) APIRequest(ByteString::Build(SCHEME, SERVER, "/Logout.json?Key=" + Client::Ref().GetAuthUser().SessionKey), authRequire, true)
{ {
} }