id gen
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user