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