Skip to content

Commit

Permalink
updated by GasGit automation
Browse files Browse the repository at this point in the history
  • Loading branch information
brucemcpherson committed Jul 9, 2020
1 parent e18ae86 commit 56917f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JWT.gs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var JWT = (function (ns) {

/**
* generate a jwt for firebase using default settings
* @param {object} data the data package
* @param {object} data the data pockage
* @param {string} secret the jwt secret
*/
ns.generateJWT = function(data, secret) {
Expand Down

0 comments on commit 56917f6

Please sign in to comment.