fix(core): update
This commit is contained in:
parent
cb98b63a04
commit
f17349309d
@ -13,8 +13,9 @@ export class Bobcat {
|
|||||||
|
|
||||||
// INSTANCE
|
// INSTANCE
|
||||||
public networkAddress: string;
|
public networkAddress: string;
|
||||||
constructor(networkAddress: string) {
|
|
||||||
|
|
||||||
|
constructor(networkAddressArg: string) {
|
||||||
|
this.networkAddress = networkAddressArg;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user