Skip to content

Commit a13ff4e

Browse files
committed
fix type error
1 parent 898c34c commit a13ff4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/postgres-new/lib/pg-wire-util.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export function parseStartupMessage(message: Uint8Array): {
3737
} {
3838
const view = new DataView(message.buffer, message.byteOffset, message.byteLength)
3939
const decoder = new TextDecoder()
40+
// @ts-expect-error we check at runtime that user and database are present
4041
const params: {
4142
user: string
4243
database: string

0 commit comments

Comments
 (0)