fix: unlock exploration areas on zone unlock, correct quest_eternal count, fix quest status filter in timers
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m6s
CI / Lint, Build & Test (pull_request) Failing after 1m13s

This commit is contained in:
2026-04-06 16:03:52 -07:00
committed by Naomi Carrigan
parent 51cbd75ec0
commit 85a3c65d28
5 changed files with 67 additions and 5 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ describe("timers route", () => {
{
id: "q1",
name: "Forest Patrol",
status: "in_progress",
status: "active",
startedAt: startedAt,
durationSeconds: 600,
},
@@ -110,7 +110,7 @@ describe("timers route", () => {
{
id: "q1",
name: "Old Quest",
status: "in_progress",
status: "active",
startedAt: startedAt,
durationSeconds: 600,
},