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:
@@ -13,7 +13,7 @@ const sander = require('sander')
|
||||
* ```
|
||||
* {
|
||||
* storage: Object,
|
||||
* folder: folderKey
|
||||
* folderKey: String
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
@@ -67,7 +67,7 @@ function deleteFolder (storageKey, folderKey) {
|
||||
|
||||
return {
|
||||
storage,
|
||||
folder: folderKey
|
||||
folderKey
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user