updated by GasGit automation
This commit is contained in:
parent
dff10b1618
commit
52d6bd52c8
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ function getLibraryInfo () {
|
|||
return {
|
||||
info: {
|
||||
name:'cUseful',
|
||||
version:'2.2.34',
|
||||
version:'2.2.35',
|
||||
key:'Mcbr-v4SsYKJP7JMohttAZyz3TLx7pV4j',
|
||||
share:'https://script.google.com/d/1EbLSESpiGkI3PYmJqWh3-rmLkYKAtCNPi1L2YCtMgo2Ut8xMThfJ41Ex/edit?usp=sharing',
|
||||
description:'various dependency free useful functions'
|
||||
|
@ -552,7 +552,7 @@ function padLeading (stringtoPad , targetLength , padWith) {
|
|||
* @return {string} decoded as as string
|
||||
*/
|
||||
function b64ToString ( b64) {
|
||||
return Utilities.newBlob(Utilities.base64Decode(result.content)).getDataAsString();
|
||||
return Utilities.newBlob(Utilities.base64Decode(b64)).getDataAsString();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue