Skip to content

Fix invalid date

Latest
Compare
Choose a tag to compare
@corytu corytu released this 01 Oct 07:17
· 1 commit to master since this release

Take 2018-09-24 for instance, it is a holiday in Taiwan so there is no currency record on that date. However, an error would occur on 2018-10-01 when the app computes the currency change in last week because it can't find the corresponding value. This commit makes the app search for the last valid date for computation.