mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-02 11:15:35 +03:00
removed test code
This commit is contained in:
parent
cacbc3b921
commit
cf3fdb951f
@ -86,7 +86,6 @@ export const parseComments = async (comments) => {
|
||||
if (typeof comment.json_metadata === 'string' || comment.json_metadata instanceof String) {
|
||||
try {
|
||||
comment.json_metadata = JSON.parse(comment.json_metadata);
|
||||
comment.json_metadata.tags = ['hive-123123'];
|
||||
} catch (error) {
|
||||
comment.json_metadata = {};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user