Skip to content

Commit

Permalink
Merge pull request #12 from sathishKarthikeyan/main
Browse files Browse the repository at this point in the history
small changes to asset flow deletion
  • Loading branch information
LahariMIBS authored Mar 1, 2024
2 parents e0deb8e + 0b557dc commit c0fa8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/endpoints/shop-floor/shop-floor.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export class ShopFloorService {
}

for(let i = 0; i < assetList.length; i++){
let assetData = await this.assetService.getAssetDataById(assetList[i], token);
let assetData = await this.assetService.getAssetDataById(assetList[i].object, token);
for (const key in assetData) {
if (key.includes('has')) {
assetData[key] = {
Expand Down

0 comments on commit c0fa8d8

Please sign in to comment.