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:
parent
9a099ae403
commit
8b83b29c82
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user