Commit f673862b49e3cfb0fec2e2c611fc886a546f4ab9

Authored by Adhidarma Hadiwinoto
1 parent 2ab9df305f
Exists in master

ignore tls error

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

1 1 "use strict";
2 2  
  3 +process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
  4 +
3 5 const request = require('request');
4 6 const resendDelay = require('sate24/resend-delay')
5 7