Skip to content

Commit

Permalink
Reverted: removed unnecessary changes in the ShipmentService file(#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed Nov 12, 2024
1 parent 395c909 commit b37c53f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/ShipmentService.ts
Original file line number Diff line number Diff line change
@@ -113,12 +113,13 @@ const fetchShipmentAttributes = async (shipmentIds: Array<string>): Promise<any>
return shipmentAttributes;
}


export const ShipmentService = {
fetchShipments,
fetchShipmentAttributes,
fetchTrackingCodes,
getShipmentDetail,
receiveShipmentItem,
receiveShipment,
addShipmentItem,
addShipmentItem
}

0 comments on commit b37c53f

Please sign in to comment.