Skip to content

Commit

Permalink
Merge pull request #83 from devgateway/task/IATIIMPORT-193/fix-if-fil…
Browse files Browse the repository at this point in the history
…e-not-exist

IATIIMPORT-193 fetch the file when it does not exist
  • Loading branch information
jdeanquin-dg authored Oct 25, 2018
2 parents 30b9667 + 2d50584 commit 3c51213
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ private void fetchResultsAsync(String reportingOrg, List<Param> parameters, Fetc
if (now.isAfter(modifiedDate)) {
shouldUseFile = Boolean.FALSE;
}
}else {
shouldUseFile = Boolean.FALSE;
}

if (shouldUseFile) {
Expand Down

0 comments on commit 3c51213

Please sign in to comment.