diff options
Diffstat (limited to '')
-rw-r--r-- | nodejs/automation/contracting.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nodejs/automation/contracting.ts b/nodejs/automation/contracting.ts index 2215b2c..80569ef 100644 --- a/nodejs/automation/contracting.ts +++ b/nodejs/automation/contracting.ts @@ -33,7 +33,7 @@ async function runOne(contract: Contract, ship: Ship): Promise<void> { //if (contract.terms.deliver[0].tradeSymbol.match(/_ORE$/)) { // await runOreProcurement(contract, ship); //} else { - await runTradeProcurement(contract, ship); + await runTradeProcurement(contract, ship); //} break; default: |