1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-20 01:50:04 +00:00

fix error when delete an item with sync

This commit is contained in:
Adrien Waksberg 2017-03-08 21:23:15 +01:00
parent 58215d4e01
commit ffedd5b88b

View file

@ -319,6 +319,8 @@ class MPW
if not remote.to_s.empty?
@data.each do |item|
next if item.empty?
update = false
remote.list.each do |r|