diff --git a/test/test.ts b/test/test.nonci.ts similarity index 100% rename from test/test.ts rename to test/test.nonci.ts diff --git a/ts/tink.classes.tinkaccount.ts b/ts/tink.classes.tinkaccount.ts index e5ef488..97f0e44 100644 --- a/ts/tink.classes.tinkaccount.ts +++ b/ts/tink.classes.tinkaccount.ts @@ -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...'); }