@byu-oit/canvas-sdk
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -142,6 +142,6 @@ 'use strict'; | ||
// Don't log access token | ||
if(e.options.headers.Authorization) { | ||
if(e.options && e.options.headers && e.options.headers.Authorization) { | ||
delete e.options.headers.Authorization; | ||
} | ||
if(e.response.request.headers.Authorization) { | ||
if(e.response && e.response.request && e.response.request.headers && e.response.request.headers.Authorization) { | ||
delete e.response.request.headers.Authorization; | ||
@@ -148,0 +148,0 @@ } |
{ | ||
"name": "@byu-oit/canvas-sdk", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "A wrapper around Instructure's Canvas API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50717