pulse icon indicating copy to clipboard operation
pulse copied to clipboard

Setting and deleting storage.id[] values use different keys

Open pdehaan opened this issue 8 years ago • 0 comments

Randomly looking at /src/index.js, I noticed that when we set the storage.id[*] we set the key as msg.payload, but when we delete the storage.id[*] the key we're using is msg.payload.id. Not sure if it's a bug, or if I'm just misreading...

pdehaan avatar Feb 07 '17 17:02 pdehaan