fix(core): update
This commit is contained in:
@ -26,7 +26,7 @@ export class TinkAccount {
|
||||
) {
|
||||
// check health
|
||||
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 {
|
||||
console.log('tink is healthy, continuing...');
|
||||
}
|
||||
|
Reference in New Issue
Block a user