mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 11:27:04 +02:00
Add return value and code style cleanup
This commit is contained in:
@@ -82,7 +82,7 @@ function MainPage({ faction, rerender, onAugmentations }: IMainProps): React.Rea
|
||||
setGangOpen(true);
|
||||
}
|
||||
|
||||
function startWork() {
|
||||
function startWork(): void {
|
||||
player.startFocusing();
|
||||
router.toWork();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user