mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 20:55:44 +01:00
rm unecessary return type
This commit is contained in:
parent
4c4f050214
commit
6c84d64e67
@ -1840,7 +1840,7 @@ const base: InternalAPI<NS> = {
|
||||
Object.assign(data.jobs, Player.jobs);
|
||||
return data;
|
||||
},
|
||||
getMoneySources: () => (): IMoneySources => ({
|
||||
getMoneySources: () => () => ({
|
||||
sinceInstall: Object.assign({}, Player.moneySourceA),
|
||||
sinceStart: Object.assign({}, Player.moneySourceB),
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user