Skip to content
Snippets Groups Projects
Commit 8a40d5cf authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

- fix update comment error Fix #5

parent df18627d
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,7 @@ public class MarketService extends AbstractService {
// Execute indexBlocksFromNode
client.prepareUpdate(INDEX, RECORD_COMMENT_TYPE, id)
.setDoc(commentJson)
.execute().actionGet();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment