fix: jsdoc

This commit is contained in:
zakariaelas
2021-09-30 17:35:21 +01:00
parent 79c601279e
commit 02ce006440

View File

@@ -32,6 +32,7 @@ class CartService extends BaseService {
paymentSessionRepository,
inventoryService,
RMAShippingOptionRepository,
swapRepository,
}) {
super()
@@ -86,6 +87,7 @@ class CartService extends BaseService {
/** @private @const {InventoryService} */
this.inventoryService_ = inventoryService
/** @private @const {RMAShippingOptionRepository} */
this.rmaShippingOptionRepository_ = RMAShippingOptionRepository
}