panates / postgrejs

Professional PostgreSQL client for NodeJS
https://postgrejs.panates.com
MIT License
50 stars 12 forks source link

Unused variable tslOptions? #4

Closed dboreham closed 3 years ago

dboreham commented 3 years ago

Noticed this in passing while trying to figure out how to get an SSL connection:

https://github.com/panates/postgresql-client/blob/3a74b5304b29167c4e4a76bc788661ce40f6aa9d/src/protocol/PgSocket.ts#L82

Unless I'm confused, tslOptions is set but never used.

erayhanoglu commented 3 years ago

Yes you are right. Fixed in 1.16.1