Skip to content

Commit c306882

Browse files
committed
fix
1 parent 1252137 commit c306882

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)