mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 23:10:43 +08:00
8 lines
108 B
JavaScript
8 lines
108 B
JavaScript
const Subscription = {
|
|
commentAdded(comment) {
|
|
return comment;
|
|
}
|
|
};
|
|
|
|
module.exports = Subscription;
|