This commit is contained in:
olivermrbl
2021-05-26 14:08:43 +02:00
parent e3343f74a7
commit 117da8ebd8

View File

@@ -91,9 +91,6 @@ class OrderService extends BaseService {
/** @private @constant {AddressRepository} */
this.addressRepository_ = addressRepository
/** @private @constant {SwapService} */
this.swapService_ = swapService
/** @private @constant {DraftOrderService} */
this.draftOrderService_ = draftOrderService
}