mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
Debug: Planet 削除エラー
This commit is contained in:
@@ -96,7 +96,7 @@ var PlanetStore = Reflux.createStore({
|
||||
}
|
||||
|
||||
var planet = res.body
|
||||
localStorage.remove('planet-' + planet.id)
|
||||
localStorage.removeItem('planet-' + planet.id)
|
||||
|
||||
this.trigger({
|
||||
status: 'planetDeleted',
|
||||
|
||||
Reference in New Issue
Block a user