Skip to content

Commit

Permalink
Err
Browse files Browse the repository at this point in the history
  • Loading branch information
mmjee committed May 5, 2023
1 parent 16faed8 commit e62eed4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,6 @@ const getConstructorParams = (initParams?: Partial<ConstructorParams>) => {
if (initParams?.debug !== undefined) {
p.debug = initParams.debug
}
if (initParams?.chainConfig) {
p.chainConfig = initParams.chainConfig
}
if (initParams?.redirectUrl) {
p.redirectUrl = initParams.redirectUrl
}
Expand Down

0 comments on commit e62eed4

Please sign in to comment.