Skip to content

Commit eff29dd

Browse files
committed
remove server version so it's dynamically generated
1 parent 64c33ad commit eff29dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/db-service/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ const server = net.createServer((socket) => {
6565
let db: PGliteInterface
6666

6767
const connection = new PostgresConnection(socket, {
68-
serverVersion: '16.3 (PGlite 0.2.0)',
6968
auth: {
7069
method: 'scram-sha-256',
7170
async getScramSha256Data(_, { tlsInfo }) {

0 commit comments

Comments
 (0)