mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-26 07:37:44 +03:00
Set logger outside
This commit is contained in:
@@ -158,7 +158,7 @@ class OrionAggregatorWS {
|
||||
|
||||
public onError?: (err: string) => void;
|
||||
|
||||
private logger?: (message: string) => void;
|
||||
public logger?: (message: string) => void;
|
||||
|
||||
private readonly wsUrl: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user