From 1853bd1268b654ab8e9b1a7c096398b47d58b9a7 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 5 Jun 2023 23:53:08 +0200 Subject: Hold back on maintenance or rate limiting events --- automation/exploration.js | 1 + 1 file changed, 1 insertion(+) (limited to 'automation') 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() { -- cgit v1.2.3