Cleanup on Scripts done

This commit is contained in:
Philipp
2024-10-06 13:05:15 +02:00
parent c70d328e61
commit 37b0c217cc

View File

@@ -222,7 +222,7 @@ export async function purchaseAndUpgradeServers(ns) {
}
/** @param {NS} ns */
function listPurchasedServers(ns) {
export function listPurchasedServers(ns) {
return ns.getPurchasedServers();
}