From ad1abbad7bc4bf0a79bb70263237fa3f3fc29c25 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 16 Jan 2024 12:51:21 +0100 Subject: [PATCH] typo --- .../src/templates/hashchecker/scripts/run_verification.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/remix-ws-templates/src/templates/hashchecker/scripts/run_verification.ts b/libs/remix-ws-templates/src/templates/hashchecker/scripts/run_verification.ts index 834ddf1081..7f595f9fbc 100644 --- a/libs/remix-ws-templates/src/templates/hashchecker/scripts/run_verification.ts +++ b/libs/remix-ws-templates/src/templates/hashchecker/scripts/run_verification.ts @@ -7,7 +7,7 @@ const logger = { info: (...args) => console.log(...args), debug: (...args) => console.log(...args), error: (...args) => console.error(...args), -} +}; (async () => { try { @@ -60,4 +60,4 @@ const logger = { } catch (e) { console.error(e.message) } -})() \ No newline at end of file +})()