Improved comment

This commit is contained in:
Dev 2024-06-19 20:52:08 +01:00
parent b17b0e119e
commit bf276c54a0

View File

@ -420,7 +420,7 @@ export class RagfairController
return this.httpResponse.appendErrorToOutput(output, validationMessage); return this.httpResponse.appendErrorToOutput(output, validationMessage);
} }
// Get an array of items from player inventory to list on flea // Find items to be listed on flea from player inventory
const { items: itemsInInventoryToList, errorMessage: itemsInInventoryError } const { items: itemsInInventoryToList, errorMessage: itemsInInventoryError }
= this.getItemsToListOnFleaFromInventory(pmcData, offerRequest.items); = this.getItemsToListOnFleaFromInventory(pmcData, offerRequest.items);
if (!itemsInInventoryToList || itemsInInventoryError) if (!itemsInInventoryToList || itemsInInventoryError)