fix: remove verbose mode in integration test + fix jsdoc

This commit is contained in:
zakariaelas
2021-10-14 14:50:28 +01:00
parent dba1d5bb69
commit 36aeb4fffa
4 changed files with 4 additions and 4 deletions
@@ -9,7 +9,7 @@ class CustomShippingOptionService extends BaseService {
/** @private @const {EntityManager} */
this.manager_ = manager
/** @private @const {customShippingOptionRepository} */
/** @private @const {CustomShippingOptionRepository} */
this.customShippingOptionRepository_ = customShippingOptionRepository
}