mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02: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.