sdk: when FetchSpecificEvent() can't find anything return nil and no errors.
This commit is contained in:
@@ -165,7 +165,7 @@ attempts:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if result == nil {
|
if result == nil {
|
||||||
return nil, nil, fmt.Errorf("couldn't find this %v", pointer)
|
return nil, nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// save stuff in cache and in internal store
|
// save stuff in cache and in internal store
|
||||||
|
|||||||
Reference in New Issue
Block a user