fix: jsdoc

This commit is contained in:
zakariaelas
2021-09-30 17:35:21 +01:00
parent 79c601279e
commit 02ce006440
+2
View File
@@ -32,6 +32,7 @@ class CartService extends BaseService {
paymentSessionRepository, paymentSessionRepository,
inventoryService, inventoryService,
RMAShippingOptionRepository, RMAShippingOptionRepository,
swapRepository,
}) { }) {
super() super()
@@ -86,6 +87,7 @@ class CartService extends BaseService {
/** @private @const {InventoryService} */ /** @private @const {InventoryService} */
this.inventoryService_ = inventoryService this.inventoryService_ = inventoryService
/** @private @const {RMAShippingOptionRepository} */
this.rmaShippingOptionRepository_ = RMAShippingOptionRepository this.rmaShippingOptionRepository_ = RMAShippingOptionRepository
} }