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:
parent
b64514c557
commit
110cbe1510
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue