minor teleportr API fixes#2326
Conversation
This commit fixes: * A bug in /status where is_available always returns false. * A bug in /track where the "teleport" key was incorrectly capitalized. * A bug in /track and /history where disbursements were never populated, also changes the behavior to show null when the disubrsement has not been processed.
|
Codecov Report
@@ Coverage Diff @@
## develop #2326 +/- ##
========================================
Coverage 80.08% 80.08%
========================================
Files 77 77
Lines 2460 2460
Branches 450 450
========================================
Hits 1970 1970
Misses 490 490
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Closes #2135 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Description
Addresses some minor fixes for issues discovered in Kovan deployment.