From f29c574d3c527776278e8eaad1e103e1dc202812 Mon Sep 17 00:00:00 2001 From: ReuschelCGN <82573872+ReuschelCGN@users.noreply.github.com> Date: Sat, 30 Mar 2024 23:50:25 +0100 Subject: [PATCH] Update app.js --- src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index ef4d1a4fe..34cab9395 100644 --- a/src/app.js +++ b/src/app.js @@ -631,7 +631,7 @@ async function processOne(hook) { } } - if (incidentExpiration && !config.general.disableInvasion && (!config.general.disableNotConfirmedInvasion || incidentDisplayType < '7')) { + if (incidentExpiration && !config.general.disableInvasion && (!config.general.disableNotConfirmedInvasion || incidentDisplayType > '6')) { const cacheKey = `${hook.message.pokestop_id}I${incidentExpiration}` if (fastify.cache.get(cacheKey) && !hook.message.poracleTest) {