Skip to content

Commit

Permalink
Updated FullCharityScrape
Browse files Browse the repository at this point in the history
Added method to expose the APICharityScraper so it can run the checkConnection() method.
  • Loading branch information
roaraf committed Apr 18, 2026
1 parent 2caaf84 commit 408e8fa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,8 @@ public CharityRegistry getAPIAndURLCharityData() throws IOException, Interrupted
}
return charityRegistry;
}

public APICharityScraper getAPIScraper() {
return this.apiScraper;
}
}

0 comments on commit 408e8fa

Please sign in to comment.