From 8c81b63f748d69dc3d825b79c20a3cb925759407 Mon Sep 17 00:00:00 2001 From: dormullor <105583031+dormullor@users.noreply.github.com> Date: Wed, 30 Aug 2023 10:53:27 +0300 Subject: [PATCH] Update index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 5d89241..a02fdd3 100644 --- a/src/index.js +++ b/src/index.js @@ -167,7 +167,7 @@ export async function run() { host: endpoint || addresses[0], gracefulShutdown: true, onConnectionError: onConnectionError, - lokiBasicAuth: lokiBasicAuth(), + basicAuth: lokiBasicAuth(), }), ], };