Skip to content

Commit 713cfe4

Browse files
committed
reintroduce the gcpApis instead of redefining them
1 parent 06a61a2 commit 713cfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/storage/data/external/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const utils = {
4545
const metaObj = obj || {};
4646
Object.keys(metaObj).forEach(key => {
4747
const newKey = key.substring(11);
48-
newObj[newKey] = string(metaObj[key]);
48+
newObj[newKey] = String(metaObj[key]);
4949
});
5050
return newObj;
5151
},

0 commit comments

Comments
 (0)