mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 05:05:47 +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);
|
Object.assign(data.jobs, Player.jobs);
|
||||||
return data;
|
return data;
|
||||||
},
|
},
|
||||||
getMoneySources: () => (): IMoneySources => ({
|
getMoneySources: () => () => ({
|
||||||
sinceInstall: Object.assign({}, Player.moneySourceA),
|
sinceInstall: Object.assign({}, Player.moneySourceA),
|
||||||
sinceStart: Object.assign({}, Player.moneySourceB),
|
sinceStart: Object.assign({}, Player.moneySourceB),
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user