Files
talk/client/coral-framework/utils/index.js
T

3 lines
120 B
JavaScript

export const getActionSummary = (type, comment) => comment.action_summaries
.filter((a) => a.__typename === type)[0];