You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.connect doesn't actually return anything. You have the client and then you just call .connect() and reuse the same client object: https://node-postgres.com/
salt-store-backend/index.js
Lines 15 to 23 in 2bc1067
.connect
doesn't actually return anything. You have the client and then you just call.connect()
and reuse the same client object:https://node-postgres.com/
So in your case:
The text was updated successfully, but these errors were encountered: