Fix: build

This commit is contained in:
Aleksandr Kraiz
2023-08-08 10:24:47 +04:00
parent cd0a0128d8
commit 0fcc180b08
2 changed files with 0 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ import { BigNumber } from 'bignumber.js';
export default class Bridge {
constructor(
private readonly unitsArray: Unit[],
private readonly env?: string,
) {}
async getMergedHistory(

View File

@@ -98,7 +98,6 @@ export default class Orion {
this.bridge = new Bridge(
this.unitsArray,
this.env,
);
}