-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🏷️ [#445] Convert API utils and AppDebug component to TS
Type checker reported bugs: * subtracting dates from each other (sort-of false positive...) * the way we handle params/headers in API calls didn't account for null * some parseInt call had the radix _outside_ of the function call
- Loading branch information
1 parent
69013f4
commit c9c2bf0
Showing
2 changed files
with
44 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters