1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-03-19 12:59:30 +00:00

fix bug sync

This commit is contained in:
nishiki 2016-08-04 22:20:32 +02:00
parent b64514c557
commit 110cbe1510

View file

@ -391,7 +391,7 @@ class MPW
# Add item
remote.list.each do |r|
next if r.last_edit <= last_sync
next if r.last_edit <= get_last_sync
item = Item.new(id: r.id,
name: r.name,