FIX: fix merge conflicts

This commit is contained in:
rodrigo.zamboni
2022-09-05 16:22:34 -03:00
2 changed files with 1 additions and 3 deletions
@@ -112,7 +112,7 @@ export class ConnectionTestService {
};
const { connection } = await this.connectionsService.createConnection(
createConnectionBody,
{ customer_id, customer_name, user_id },
metadata,
);
connection_id = connection.id;
}
@@ -128,8 +128,6 @@ export class PipelinesController {
let result: any = [];
console.log(id.split('_').length > 1);
if (id.split('_').length > 1) {
result = await this.pipelinesClientService.findOne({ id }, metadata);