mirror of
https://github.com/wassname/talk.git
synced 2026-07-16 11:22:16 +08:00
6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
module.exports = {
|
|
Comment: {
|
|
richTextBody: comment => comment.metadata.richTextBody,
|
|
},
|
|
};
|