From 021f47bfbae3aa539212b52a38aac170f9ce5bf4 Mon Sep 17 00:00:00 2001 From: mikiodehartj1 <113941652+mikiodehartj1@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:32:32 -0600 Subject: [PATCH] Update src/config.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ignacio Rodríguez --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index e1c1329..394c891 100644 --- a/src/config.ts +++ b/src/config.ts @@ -40,5 +40,5 @@ export async function validateInvocation( } const apiClient = createAPIClient(config); - //await apiClient.verifyAuthentication(); + await apiClient.verifyAuthentication(); }