satellite/satellitedb: add missing err check
Change-Id: I502838f78f1871315597b488602c0f1112612981
This commit is contained in:
parent
3cd584c007
commit
cf7b22c466
@ -166,7 +166,7 @@ func (keys *attributionDB) QueryAttribution(ctx context.Context, partnerID uuid.
|
||||
}
|
||||
results = append(results, r)
|
||||
}
|
||||
return results, nil
|
||||
return results, Error.Wrap(rows.Err())
|
||||
}
|
||||
|
||||
func attributionFromDBX(info *dbx.ValueAttribution) (*attribution.Info, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user