Skip to content

Commit

Permalink
Update asset-service-mapped.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier authored Sep 22, 2023
1 parent 51b7f94 commit 1eaa7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/services/asset-service-mapped.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class AssetServiceMapped {
assetPage.assets.map((uiAsset) =>
this.assetPropertyMapper.buildAsset({
connectorEndpoint: this.config.connectorEndpoint,
uiAsset: uiAsset,
uiAsset,
}),
),
),
Expand Down

0 comments on commit 1eaa7b3

Please sign in to comment.