This commit is contained in:
Lukas Nowy
2019-04-07 19:57:04 +02:00
parent d6f3269d6c
commit d94d1175db
2 changed files with 14 additions and 6 deletions

View File

@ -1,9 +1,5 @@
const {
Client
} = require("pg");
const {
postgresSQL
} = require("./keys")
const {Client} = require("pg");
const {postgresSQL} = require("./keys");
const client = new Client(postgresSQL);