We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac2cf4 commit f489565Copy full SHA for f489565
1 file changed
src/services/Messaging.cpp
@@ -544,6 +544,6 @@ std::string Messaging::listMessageLogs(const std::string &messageId,
544
if (statusCode == HttpStatus::OK) {
545
return response;
546
} else {
547
- throw AppwriteException("Error listing message logs. Status code: " +std::to_string(statusCode) +"\nResponse: " + response);
+ throw AppwriteException("Error listing message logs. Status code: " +std::to_string(statusCode) + "\nResponse: " + response);
548
}
549
0 commit comments