This commit is contained in:
Neil Alexander 2021-01-20 10:36:59 +00:00
parent a1091fcfaa
commit 33f8d0e278
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 10 additions and 9 deletions

View file

@ -41,7 +41,7 @@ func newSyncRequest(req *http.Request, device userapi.Device, syncDB storage.Dat
var err error
since, err = types.NewStreamTokenFromString(sinceStr)
if err != nil {
return nil, fmt.Errorf("types.NewStreamTokenFromString: %w", err)
return nil, err
}
}
// TODO: read from stored filters too