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