mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-10 10:00:49 +09:00
Needs sync fix
This commit is contained in:
parent
847747f8b8
commit
a24e91aecd
1 changed files with 2 additions and 2 deletions
|
@ -50,9 +50,9 @@ func (r *remote) DiffTypeCheck(ctx context.Context, diffContainer ldiff.DiffCont
|
|||
return false, err
|
||||
}
|
||||
if len(resp.Results) != 0 && bytes.Equal(hashB, resp.Results[0].Hash) {
|
||||
return true, nil
|
||||
return false, nil
|
||||
}
|
||||
return false, nil
|
||||
return true, nil
|
||||
}
|
||||
r.diffType = resp.DiffType
|
||||
switch resp.DiffType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue