Skip to content

Commit

Permalink
Merge pull request #1425 from didi/fix-api-bug-0307
Browse files Browse the repository at this point in the history
改回代码
  • Loading branch information
hiyuki authored Mar 8, 2024
2 parents 7e152fb + be61237 commit cf10659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-proxy/src/platform/api/storage/index.ali.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function getStorage (options) {
function getStorageSync (key) {
return my.getStorageSync({
key
})
}).data
}

function getStorageInfo (options) {
Expand Down

0 comments on commit cf10659

Please sign in to comment.