Skip to content

Commit

Permalink
Changed to avoid certificate issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Apr 21, 2019
1 parent 9ca897c commit 972e151
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions scraper.ts
Expand Up @@ -62,7 +62,11 @@ async function insertRow(database, developmentApplication) {

// Parses the development applications.

declare const process: any;

async function main() {
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";

// Ensure that the database exists.

let database = await initializeDatabase();
Expand Down

0 comments on commit 972e151

Please sign in to comment.