mirror of
https://github.com/dadosfera/maestro.git
synced 2026-08-31 19:58:21 +00:00
FIX: fix merge conflicts
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user