weird icon indicating copy to clipboard operation
weird copied to clipboard

do something like this to read benefits from Polar API ( not working right now for some reason )

Open github-actions[bot] opened this issue 11 months ago • 0 comments
trafficstars

for (const benefit of sub.product.benefits) { switch (benefit.id) { case env.POLAR_USERNAME_WITHOUT_NUMBER_ENDING_BENEFIT_ID: benefits.add('non_numbered_username'); break; case env.POLAR_CUSTOM_DOMAIN_BENEFIT_ID: benefits.add('custom_domain'); break;


https://github.com/muni-town/weird/blob/ce005bbeda8da59f983d940327dab67f1809e9f3/src/lib/billing.ts#L87-L94


This issue was generated by todo-issue based on a TODO comment in ce005bbeda8da59f983d940327dab67f1809e9f3.

github-actions[bot] avatar Dec 19 '24 03:12 github-actions[bot]