mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 02:31:45 +08:00
8 lines
119 B
JavaScript
8 lines
119 B
JavaScript
const FlagActionSummary = {
|
|
reason({ group_id }) {
|
|
return group_id;
|
|
},
|
|
};
|
|
|
|
module.exports = FlagActionSummary;
|