Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
fix: tsl error on node v12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MauricioRobayo committed Jan 23, 2020
1 parent 75ca55b commit ba4ff40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/request.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const https = require('https')
const { URL } = require('url')
require('tls').DEFAULT_MIN_VERSION = 'TLSv1'

// https://www.superfinanciera.gov.co/descargas?com=institucional&name=pubFile1016117&downloadname=20151228manualserviciowebtrm.pdf
// https://www.youtube.com/watch?v=a-eB6nqwOh0&t=345s
Expand Down

0 comments on commit ba4ff40

Please sign in to comment.