1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

ignore line with bitwise operator

This commit is contained in:
Sebastian Gerske 2018-10-30 08:10:04 +01:00
parent 9a099ae403
commit 8b83b29c82

View File

@ -26,6 +26,7 @@ export default class ServiceAgreementTemplate extends OceanBase {
await paymentConditions.getSignatureOfMethod("refundPayment"),
]
// tslint:disable
const dependencies = [0, 1, 4, 1 | 2 ** 4 | 2 ** 5] // dependency bit | timeout bit
const serviceAgreement: ServiceAgreement = await ServiceAgreement.getInstance()