Skip to content

Commit

Permalink
chore(mwcp): set DbManager.checkConnected() public
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Oct 18, 2024
1 parent a5aa2d8 commit 107fa7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export class DbManager<SourceName extends string = string, D extends object = ob
return 'dbManager'
}

protected async checkConnected(dataSource: Kmore): Promise<boolean> {
async checkConnected(dataSource: Kmore): Promise<boolean> {
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
if (! dataSource) {
return false
Expand Down

0 comments on commit 107fa7e

Please # to comment.