From 164303e005c7e249beb16976c30eb8009eb2b461 Mon Sep 17 00:00:00 2001 From: microwavedcola1 Date: Fri, 12 Aug 2022 10:21:06 +0200 Subject: [PATCH] uncomment Signed-off-by: microwavedcola1 --- ts/client/src/debug-scripts/mb-debug-user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/client/src/debug-scripts/mb-debug-user.ts b/ts/client/src/debug-scripts/mb-debug-user.ts index 8c44c169e..53301630b 100644 --- a/ts/client/src/debug-scripts/mb-debug-user.ts +++ b/ts/client/src/debug-scripts/mb-debug-user.ts @@ -120,7 +120,7 @@ async function main() { } for (const keypair of [ - // process.env.MB_PAYER_KEYPAIR, + process.env.MB_PAYER_KEYPAIR, process.env.MB_USER2_KEYPAIR, ]) { console.log();