tidy up eslint.js

This commit is contained in:
Olivier Gagnon
2022-07-19 12:19:32 -04:00
parent 2f029e94b4
commit c977a9def7
9 changed files with 12 additions and 33 deletions
@@ -575,7 +575,7 @@ export function getNextCompanyPosition(
return entryPosType;
}
export function quitJob(this: IPlayer, company: string, _sing = false): void {
export function quitJob(this: IPlayer, company: string): void {
if (isCompanyWork(this.currentWork) && this.currentWork.companyName === company) {
this.finishWork(true);
}