From 40f313c2755010090e52ff3b81d3bb78448f8302 Mon Sep 17 00:00:00 2001 From: vasapornchaiyakul <134899205+vasapornchaiyakul@users.noreply.github.com> Date: Tue, 30 Jan 2024 19:30:53 +0700 Subject: [PATCH] fix: update earthly to 0.8.2 --- tests-playwright/seed-phrase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-playwright/seed-phrase.ts b/tests-playwright/seed-phrase.ts index 50a246c428..b23794e161 100644 --- a/tests-playwright/seed-phrase.ts +++ b/tests-playwright/seed-phrase.ts @@ -20,7 +20,7 @@ interface SeedPhrase { seedPhrase: string[]; } -// Function to get the seed phrase from environment variables +// Function to get the seed phrase from environment variables =) const getSeedPhrase = (): string[] => { const seedPhraseArray: string[] = []; for (let i = 1; i <= 15; i++) {