Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LordofAvernus committed May 28, 2024
1 parent 6f6c159 commit e5a7151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dms/biz/cloudbeaver_ee.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (cu *CloudbeaverUsecase) ResetDbServiceByAuth(ctx context.Context, activeDB

ret := make([]*DBService, 0)
for _, activeDBService := range activeDBServices {
// prov不支持的数据库类型 使用管理员账号密码连接
// prov不支持的数据库类型 使用数据源账号密码连接
if !cu.SupportDBType(pkgConst.DBType(activeDBService.DBType)) {
ret = append(ret, activeDBService)
continue
Expand Down

0 comments on commit e5a7151

Please sign in to comment.