|
@@ -2727,7 +2727,7 @@ func (as *AssetSet) ReconciliationMatch(query Asset) (Asset, bool, error) {
|
|
|
for _, asset := range as.assets {
|
|
for _, asset := range as.assets {
|
|
|
// Ignore cloud assets when looking for reconciliation matches
|
|
// Ignore cloud assets when looking for reconciliation matches
|
|
|
if asset.Type() == CloudAssetType {
|
|
if asset.Type() == CloudAssetType {
|
|
|
- continue;
|
|
|
|
|
|
|
+ continue
|
|
|
}
|
|
}
|
|
|
if k, err := key(asset, fullMatchProps); err != nil {
|
|
if k, err := key(asset, fullMatchProps); err != nil {
|
|
|
return nil, false, err
|
|
return nil, false, err
|