Skip to content

Commit

Permalink
fix: try add some commit into packages
Browse files Browse the repository at this point in the history
  • Loading branch information
itaven committed Aug 30, 2023
1 parent 02a414d commit bb31fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallets/src/taho/taho.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class TahoPage implements WalletPage {
if (firstTime) await this.firstTimeSetup();
});
}
// test
// test123
async firstTimeSetup() {
await test.step('First time setup', async () => {
if (!this.page) throw "Page isn't ready";
Expand Down

0 comments on commit bb31fa8

Please sign in to comment.