mirror of
https://github.com/wassname/talk.git
synced 2026-07-11 18:03:34 +08:00
6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
module.exports = {
|
|
Comment: {
|
|
htmlBody: comment => comment.metadata.htmlBody,
|
|
},
|
|
};
|