mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 03:46:48 +08:00
8 lines
116 B
JavaScript
8 lines
116 B
JavaScript
const FlagActionSummary = {
|
|
reason({group_id}) {
|
|
return group_id;
|
|
}
|
|
};
|
|
|
|
module.exports = FlagActionSummary;
|