diff options
author | Julien Dessaux | 2023-10-26 19:08:06 +0200 |
---|---|---|
committer | Julien Dessaux | 2023-10-26 19:08:06 +0200 |
commit | d8516c4ceb769d1e5e7fa88fc1335f65cd14065e (patch) | |
tree | 61f41675e2e3bfaff45de87a8efd9598adbe950a /nodejs | |
parent | [javascript] Track credits on contract fulfillment (diff) | |
download | spacetraders-d8516c4ceb769d1e5e7fa88fc1335f65cd14065e.tar.gz spacetraders-d8516c4ceb769d1e5e7fa88fc1335f65cd14065e.tar.bz2 spacetraders-d8516c4ceb769d1e5e7fa88fc1335f65cd14065e.zip |
Renamed agents so that both versions can run at the same time
Diffstat (limited to 'nodejs')
-rw-r--r-- | nodejs/automation/init.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nodejs/automation/init.js b/nodejs/automation/init.js index 21131e7..b921942 100644 --- a/nodejs/automation/init.js +++ b/nodejs/automation/init.js @@ -14,7 +14,7 @@ export async function init() { 'Content-Type': 'application/json', }, body: JSON.stringify({ - symbol: "ADYXAX", + symbol: "ADYXAX-JS", faction: "COSMIC", }), }); |