From 0270bf0224971f31a39fee2ae0f923eaf9d59207 Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Fri, 31 Jul 2026 14:53:26 +0800 Subject: [PATCH] fix: correct enviroment to environment in bot/scenes.ts --- bot/scenes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/scenes.ts b/bot/scenes.ts index 3c206de4..2950f169 100644 --- a/bot/scenes.ts +++ b/bot/scenes.ts @@ -27,7 +27,7 @@ const addInvoiceWizard = new Scenes.WizardScene( process.env.HOLD_INVOICE_EXPIRATION_WINDOW; if (holdInvoiceExpirationWindow === undefined) throw new Error( - 'Enviroment variable HOLD_INVOICE_EXPIRATION_WINDOW not defined', + 'Environment variable HOLD_INVOICE_EXPIRATION_WINDOW not defined', ); const expirationTime = parseInt(holdInvoiceExpirationWindow) / 60; await messages.wizardAddInvoiceInitMessage(