Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit ec7a51d

Browse files
authored
fix test connection for oracledb
1 parent 00dde8c commit ec7a51d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dal/dao/dao-oracledb.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ export class DaoOracledb implements IDaoInterface {
587587

588588
async testConnect(): Promise<ITestConnectResult> {
589589
const knex = this.configureKnex(this.connection);
590+
let result;
590591
try {
591592
result = await knex
592593
.transaction((trx) => {

0 commit comments

Comments
 (0)