Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
richardliang committed Feb 5, 2020
1 parent e406c53 commit b6efef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/helpers/utilsHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const AddressToAddressWhiteList = artifacts.require('AddressToAddressWhiteList')
export class UtilsHelper {
private _tokenOwnerAddress: Address;

constructor(tokenOwnerAddress: Address, contractOwnerAddress: Address) {
constructor(tokenOwnerAddress: Address) {
this._tokenOwnerAddress = tokenOwnerAddress;
}

Expand Down

0 comments on commit b6efef8

Please sign in to comment.