mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
key should be labeled ~Key
This commit is contained in:
@@ -22,7 +22,9 @@ function removeStorage (key) {
|
||||
|
||||
localStorage.setItem('storages', JSON.stringify(rawStorages))
|
||||
|
||||
return Promise.resolve(key)
|
||||
return Promise.resolve({
|
||||
storageKey: key
|
||||
})
|
||||
}
|
||||
|
||||
module.exports = removeStorage
|
||||
|
||||
Reference in New Issue
Block a user