Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
remove unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
levity committed Nov 18, 2019
1 parent cf62458 commit 41fb215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dai-plugin-mcd/src/CdpManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default class CdpManager extends LocalService {
const jugAddress = this.get('smartContract').getContractAddress('MCD_JUG');
const isEth = ETH.isInstance(lockAmount);
const isGnt = GNT.isInstance(lockAmount);
const method = setMethod(isEth, isGnt, id, lockAmount);
const method = setMethod(isEth, isGnt, id);
const args = [
this._managerAddress,
jugAddress,
Expand Down

0 comments on commit 41fb215

Please sign in to comment.