(org)
| 18 | subscriptionState: { |
| 19 | needs: subscriptionStateNeeds, |
| 20 | compute(org) { |
| 21 | return getSubscriptionState(org); |
| 22 | }, |
| 23 | }, |
| 24 | subscriptionStatus: { |
| 25 | needs: { subscriptionStatus: true, subscriptionCanceledAt: true }, |
nothing calls this directly
no test coverage detected