Oops
This commit is contained in:
@@ -53,7 +53,6 @@ public class ChatController {
|
||||
String messageId = this.webexService.post(model);
|
||||
model.setId(messageId);
|
||||
this.messageService.save(model);
|
||||
expectedMessages.put(messageId, 1);
|
||||
|
||||
result.setSuccess(true);
|
||||
result.setData(messageId);
|
||||
|
||||
Reference in New Issue
Block a user