diff --git a/sotaspots.js b/sotaspots.js index e35e822..ff4da3b 100644 --- a/sotaspots.js +++ b/sotaspots.js @@ -56,6 +56,9 @@ class SotaSpotReceiver { }); this.removeDeletedSpots(minSpotId, currentSpotIds); this.removeExpiredSpots(); + }) + .catch(error => { + console.error(error); }); }