()
| 22 | pageScript: { |
| 23 | onClick: async function () { |
| 24 | function getGroupId() { |
| 25 | try { |
| 26 | return require("CometRouteStore").getRoute(location.pathname) |
| 27 | ?.rootView.props?.groupID; |
| 28 | } catch (e) { |
| 29 | console.error(e); |
| 30 | } |
| 31 | return null; |
| 32 | } |
| 33 | |
| 34 | function prepareData({ dtsg: fb_dtsg, groupID, cursor }) { |
| 35 | const variables = JSON.stringify({ |
no test coverage detected