Skip to content

Commit

Permalink
tst
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Mar 15, 2024
1 parent e9635f1 commit 3805b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eda/eda_api/lib/module/datasource/datasource.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ export class DataSourceController {
const actualDS = await DataSourceController.getMongoDataSource(req.params.id);
const passwd = req.body.password === '__-(··)-__' ? EnCrypterService.decode(actualDS.ds.connection.password) : req.body.password


const cn = new ConnectionModel(req.body.user, req.body.host, req.body.database, passwd,
req.body.port, req.body.type, req.body.schema, req.body.poolLimit, req.body.sid, req.body.warehouse, req.body.ssl);
const manager = await ManagerConnectionService.testConnection(cn);
Expand Down

0 comments on commit 3805b88

Please sign in to comment.