@highpoint/get-ps-token
Advanced tools
Comparing version 0.2.0-alpha1 to 0.2.0-alpha2
{ | ||
"name": "@highpoint/get-ps-token", | ||
"version": "0.2.0-alpha1", | ||
"version": "0.2.0-alpha2", | ||
"description": "Populate cookie jar with PeopleSoft token", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -14,3 +14,3 @@ const request = require('request-promise'); | ||
const response = null; | ||
let response = null; | ||
@@ -17,0 +17,0 @@ if(HTTP_USERNAME && HTTP_PASSWORD) { |
4864