Test
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
const { Client } = require ("pg");
 | 
					const { Client } = require ("pg");
 | 
				
			||||||
const {postgresSQL} = require("./keys")
 | 
					const {postgresSQL} = require("./keys")
 | 
				
			||||||
 | 
					// test
 | 
				
			||||||
const client = new Client(postgresSQL);
 | 
					const client = new Client(postgresSQL);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
async function connect() {
 | 
					async function connect() {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user