Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More, relatively easy TS conversion #104

Merged
merged 1 commit into from
Aug 3, 2023
Merged

More, relatively easy TS conversion #104

merged 1 commit into from
Aug 3, 2023

Commits on Aug 2, 2023

  1. More, relatively easy TS conversion

    The only substantive changes are:
    
    - In `incentive-calculation.test.ts`, where the calls to `_.countBy`
      were missing an argument and thus not counting anything.
    
    - In `v0.test.js`, where `qs` is used to encode GET params, because
      it's much less picky about what types you give it.
    
    The only file left now is `src/routes/v0.js`, which won't be trivial,
    so I'm doing it separately.
    oyamauchi committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    630370a View commit details
    Browse the repository at this point in the history