Skip to content

Commit 9701a00

Browse files
committed
formatting
1 parent 3defc7e commit 9701a00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

frameworks/TypeScript/elysia/src/postgres.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import { rand } from "./db-handlers";
33
import type { Fortune, World } from "./types";
44

55
const sql = postgres({
6-
host: "tfb-database",
7-
user: "benchmarkdbuser",
8-
password: "benchmarkdbpass",
9-
database: "hello_world",
10-
max: 1,
6+
host: "tfb-database",
7+
user: "benchmarkdbuser",
8+
password: "benchmarkdbpass",
9+
database: "hello_world",
10+
max: 1,
1111
});
1212

1313
export const fortunes = () => sql<Fortune[]>`SELECT id, message FROM fortune`;

0 commit comments

Comments
 (0)