fix linting

This commit is contained in:
Ulf Gebhardt 2023-01-26 15:59:52 +01:00
parent f12176c35f
commit 285c753979
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -28,7 +28,7 @@ export const cleanDB = async () => {
}
}
export const testEnvironment = async (testLogger: any = logger) => {
export const testEnvironment = async () => {
// open mysql connection
const con = await connection()
if (!con || !con.isConnected) {