Skip to content

Commit a672e26

Browse files
committed
formatting nit
1 parent aebcf24 commit a672e26

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/content/partials/hyperdrive/use-node-postgres-to-make-query.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ Create a new `Client` instance and pass the Hyperdrive `connectionString`:
2929
import { Client } from "pg";
3030

3131
export default {
32-
async fetch(
33-
request: Request,
34-
env: Env,
35-
ctx: ExecutionContext,
36-
): Promise<Response> {
32+
async fetch(request: Request, env: Env, ctx: ExecutionContext): Promise<Response> {
3733
// Create a new client instance for each request.
3834
const client = new Client({
3935
connectionString: env.HYPERDRIVE.connectionString,

0 commit comments

Comments
 (0)