chore: Adjust authentication classes to have similar structure
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
d06f21c927
commit
cdc6168ff4
@@ -1,9 +1,9 @@
|
||||
import { Client } from 'pg';
|
||||
|
||||
export default class Authentication {
|
||||
client: any;
|
||||
connectionData: any;
|
||||
appData: any;
|
||||
connectionData: any;
|
||||
client: any;
|
||||
|
||||
constructor(appData: any, connectionData: any) {
|
||||
this.client = new Client({
|
||||
|
Reference in New Issue
Block a user