fix(core): update

This commit is contained in:
Philipp Kunz 2022-02-17 11:54:44 +01:00
parent ee60d6085c
commit f5373c8c8d
2 changed files with 1 additions and 1 deletions

View File

@ -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...');
}