mirror of
https://github.com/dadosfera/maestro.git
synced 2026-09-18 06:04:49 +00:00
REFACTOR: Att Functions + Alpha Clients connection
This commit is contained in:
@@ -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