mirror of
https://github.com/dadosfera/maestro.git
synced 2026-09-26 23:34:47 +00:00
REFACTOR: Att Functions + Alpha Clients connection
This commit is contained in:
@@ -7,6 +7,7 @@ export class HealthController {
|
||||
|
||||
@Get()
|
||||
check() {
|
||||
console.log(`/health`, 'check');
|
||||
return this.healthService.check();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,8 +52,8 @@ export class TransformationsService {
|
||||
async update(id:string, data){
|
||||
|
||||
try{
|
||||
|
||||
const updateTransformationResponse = await this.transformationClient.update({id,...data});
|
||||
data.transformation["id"] = id
|
||||
const updateTransformationResponse = await this.transformationClient.update({...data});
|
||||
|
||||
return updateTransformationResponse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user