Migrate from tslint to eslint (will tighten rules in further commits)
This commit is contained in:
@@ -41,7 +41,8 @@ export class ClientCommands
|
||||
this.group = new GroupCommands(region, agent, bot);
|
||||
this.inventory = new InventoryCommands(region, agent, bot);
|
||||
}
|
||||
shutdown()
|
||||
|
||||
shutdown(): void
|
||||
{
|
||||
this.network.shutdown();
|
||||
this.asset.shutdown();
|
||||
|
||||
Reference in New Issue
Block a user