mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
Fix: build
This commit is contained in:
@@ -11,7 +11,6 @@ import { BigNumber } from 'bignumber.js';
|
||||
export default class Bridge {
|
||||
constructor(
|
||||
private readonly unitsArray: Unit[],
|
||||
private readonly env?: string,
|
||||
) {}
|
||||
|
||||
async getMergedHistory(
|
||||
|
||||
@@ -98,7 +98,6 @@ export default class Orion {
|
||||
|
||||
this.bridge = new Bridge(
|
||||
this.unitsArray,
|
||||
this.env,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user