mirror of
https://github.com/wassname/talk.git
synced 2026-07-20 12:40:47 +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];
|