Skip to content

Commit 6dadcc2

Browse files
remove unused code line from bindings.mdx (#166)
1 parent 8e36ccd commit 6dadcc2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pages/cloudflare/bindings.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ You can access [bindings](https://developers.cloudflare.com/workers/runtime-apis
1616
import { getCloudflareContext } from "@opennextjs/cloudflare";
1717

1818
export async function GET(request) {
19-
let responseText = "Hello World";
20-
2119
const myKv = getCloudflareContext().env.MY_KV_NAMESPACE;
2220
await myKv.put("foo", "bar");
2321
const foo = await myKv.get("foo");

0 commit comments

Comments
 (0)