tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
6
fork
atom
Openstatus
www.openstatus.dev
6
fork
atom
overview
issues
pulls
pipelines
🔥 (#1417)
authored by
Thibault Le Ouay
and committed by
GitHub
5 months ago
d14576cb
fc7b170c
+2
-1
1 changed file
expand all
collapse all
unified
split
apps
web
src
app
(pages)
(content)
play
checker
api
route.ts
+2
-1
apps/web/src/app/(pages)/(content)/play/checker/api/route.ts
···
2
2
type Method,
3
3
checkRegion,
4
4
storeBaseCheckerData,
5
5
+
storeCheckerData,
5
6
} from "@/components/ping-response-analysis/utils";
6
7
import { iteratorToStream, yieldMany } from "@/lib/stream";
7
8
import { wait } from "@/lib/utils";
···
35
36
}
36
37
37
38
if (check.state === "success") {
38
38
-
// storeCheckerData({ check, id });
39
39
+
storeCheckerData({ check, id });
39
40
}
40
41
41
42
return encoder.encode(