Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 6c12661

Browse files
author
Niko Lehtovirta
committed
Use correct JWT auth
1 parent c1ac637 commit 6c12661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/sheets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var request = require('request');
66

77

88
function authorize(options) {
9-
var authClient = new google.auth.JWT(
9+
var authClient = new google.Auth.JWT(
1010
options.email,
1111
null,
1212
options.key,

0 commit comments

Comments
 (0)