diff options
author | Julien Dessaux | 2023-06-05 23:53:08 +0200 |
---|---|---|
committer | Julien Dessaux | 2023-06-05 23:53:08 +0200 |
commit | 1853bd1268b654ab8e9b1a7c096398b47d58b9a7 (patch) | |
tree | 3ab1927d439085da13054a2175e9c7abe653b8e4 /automation | |
parent | Handle connection reset event (diff) | |
download | spacetraders-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.js | 1 |
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() { |