summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorJulien Dessaux2023-06-05 23:53:08 +0200
committerJulien Dessaux2023-06-05 23:53:08 +0200
commit1853bd1268b654ab8e9b1a7c096398b47d58b9a7 (patch)
tree3ab1927d439085da13054a2175e9c7abe653b8e4 /automation
parentHandle connection reset event (diff)
downloadspacetraders-1853bd1268b654ab8e9b1a7c096398b47d58b9a7.tar.gz
spacetraders-1853bd1268b654ab8e9b1a7c096398b47d58b9a7.tar.bz2
spacetraders-1853bd1268b654ab8e9b1a7c096398b47d58b9a7.zip
Hold back on maintenance or rate limiting events
Diffstat (limited to 'automation')
-rw-r--r--automation/exploration.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/automation/exploration.js b/automation/exploration.js
index 9ea5bf8..b35efe0 100644
--- a/automation/exploration.js
+++ b/automation/exploration.js
@@ -1,4 +1,5 @@
import * as db from '../database/systems.js';
+import * as api from '../lib/api.js';
// Retrieves all systems information, should be called only once after registering
export async function init() {