Fix syntax brace mismatch in asaas.ts
Build and Deploy (Gitea) / build-and-deploy (push) Failing after 8s
Details
Build and Deploy (Gitea) / build-and-deploy (push) Failing after 8s
Details
This commit is contained in:
parent
c7ba765b80
commit
c36a707b77
|
|
@ -360,6 +360,7 @@ export class AsaasService {
|
||||||
} catch (err: any) {
|
} catch (err: any) {
|
||||||
console.error('Asaas createPayment error:', err);
|
console.error('Asaas createPayment error:', err);
|
||||||
throw err;
|
throw err;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue