mirror of
https://github.com/wassname/talk.git
synced 2026-07-22 13:00:29 +08:00
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
const DontAgreeActionSummary = {
|
|
reason({group_id}) {
|
|
return group_id;
|
|
}
|
|
};
|
|
|
|
module.exports = DontAgreeActionSummary;
|