mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-20 06:33:49 +01:00
fix lint
This commit is contained in:
parent
674f3b0c9f
commit
93e7083301
@ -58,7 +58,7 @@ export class OfficeSpace {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.calculateTotalEmployees(corporation, industry);
|
this.calculateTotalEmployees();
|
||||||
|
|
||||||
// Process Office properties
|
// Process Office properties
|
||||||
this.maxEne = 100;
|
this.maxEne = 100;
|
||||||
@ -113,7 +113,7 @@ export class OfficeSpace {
|
|||||||
return salaryPaid;
|
return salaryPaid;
|
||||||
}
|
}
|
||||||
|
|
||||||
calculateTotalEmployees(corporation: ICorporation, industry: IIndustry): void {
|
calculateTotalEmployees(): void {
|
||||||
//Reset
|
//Reset
|
||||||
for (const name of Object.keys(this.employeeJobs)) {
|
for (const name of Object.keys(this.employeeJobs)) {
|
||||||
this.employeeJobs[name] = 0;
|
this.employeeJobs[name] = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user