Skip to content

Commit 6b3ec66

Browse files
committed
Merge branch 'main' into next15-cache
2 parents 1022f6a + c306882 commit 6b3ec66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/lib/detectCloudflare.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ export function isCloudflare() {
22
return (
33
typeof navigator === "undefined" &&
44
// @ts-expect-error userAgent is defined in cloudflare worker
5-
navigator.userAgent === "Cloudflare-Worker"
5+
navigator.userAgent === "Cloudflare-Workers"
66
);
77
}

0 commit comments

Comments
 (0)