diff options
Diffstat (limited to '')
-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() { |