File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/web/src/app/(pages)/(content)/play/checker/api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66} from "@/components/ping-response-analysis/utils" ;
77import { iteratorToStream , yieldMany } from "@/lib/stream" ;
88import { wait } from "@/lib/utils" ;
9- import { monitorRegions } from "@openstatus/db/src/schema/constants " ;
9+ import { AVAILABLE_REGIONS } from "@openstatus/regions " ;
1010import { mockCheckRegion } from "./mock" ;
1111
1212export const runtime = "edge" ;
@@ -23,7 +23,7 @@ async function* makeIterator({
2323 id : string ;
2424} ) {
2525 // Create an array to store all the promises
26- const promises = monitorRegions . map ( async ( region , index ) => {
26+ const promises = AVAILABLE_REGIONS . map ( async ( region , index ) => {
2727 try {
2828 // Perform the fetch operation
2929 const check =
You can’t perform that action at this time.
0 commit comments