Fix incosistent filter
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -63,6 +63,7 @@ func (tia *TransferImpactAssessment) AuthorizationAttributes(ctx context.Context
|
||||
if errors.Is(err, pgx.ErrNoRows) {
|
||||
return nil, ErrResourceNotFound
|
||||
}
|
||||
|
||||
return nil, fmt.Errorf("cannot query transfer impact assessment authorization attributes: %w", err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user