mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-27 07:33:05 +00:00
fix bug~
This commit is contained in:
parent
b9ebe9de3f
commit
9bd5024fef
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ module MPW
|
|||
|
||||
# Add item
|
||||
@remote.list.each do |r|
|
||||
if r.last_edit > @config.last_update
|
||||
if r.last_edit > @config.last_sync
|
||||
item = Item.new(id: r.id,
|
||||
name: r.name,
|
||||
group: r.group,
|
||||
|
|
Loading…
Reference in a new issue