Skip to content

Commit a053e50

Browse files
committed
hot fix
1 parent fb3bebe commit a053e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/message.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ exports.getMessageById = function (id, callback) {
3939
message.author = author;
4040
message.topic = topic;
4141
message.reply = reply;
42-
if (!author || !topic || !reply) {
42+
if (!author || !topic) {
4343
message.is_invalid = true;
4444
}
4545
return callback(null, message);

0 commit comments

Comments
 (0)