mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Call to .data('data') was happening after the remove() call, which deletes the retained data. This was passing undefined back to the callback for removeItem. I've changed the data retrieval to a temporary variable before the delete call.