fix(core): update
This commit is contained in:
parent
ee60d6085c
commit
f5373c8c8d
@ -26,7 +26,7 @@ export class TinkAccount {
|
|||||||
) {
|
) {
|
||||||
// check health
|
// check health
|
||||||
if (!(await this.getTinkHealthyBoolean())) {
|
if (!(await this.getTinkHealthyBoolean())) {
|
||||||
throw new Error('TINK is not healthy tight now. Please try again later.');
|
throw new Error('TINK is not healthy right now. Please try again later.');
|
||||||
} else {
|
} else {
|
||||||
console.log('tink is healthy, continuing...');
|
console.log('tink is healthy, continuing...');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user