Skip to content

Commit a8a4e4f

Browse files
committed
chore: fix lint
1 parent 5a8f015 commit a8a4e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/BSCDeFi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ async function getTokensEquivalent (lpAddress, lpTokenAmount) {
100100
}
101101

102102
class MasterChef {
103-
constructor (chefABI, address, pendingMethodName, pendingSymbol='') {
103+
constructor (chefABI, address, pendingMethodName, pendingSymbol = '') {
104104
this.address = address
105105
this.contract = new web3.eth.Contract(chefABI, address)
106106
this.decoder = new InputDataDecoder(chefABI)

0 commit comments

Comments
 (0)