mirror of
https://github.com/wassname/talk.git
synced 2026-07-26 13:37:38 +08:00
3 lines
120 B
JavaScript
3 lines
120 B
JavaScript
export const getActionSummary = (type, comment) => comment.action_summaries
|
|
.filter((a) => a.__typename === type)[0];
|