From 938a71bcaba4b3020e10d0e192344a8dbcd3de00 Mon Sep 17 00:00:00 2001 From: teodorus-nathaniel Date: Wed, 10 Jul 2024 22:46:55 +0700 Subject: [PATCH] Rebuild --- src/subsocial-query/subsocial/connection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subsocial-query/subsocial/connection.ts b/src/subsocial-query/subsocial/connection.ts index 673f9e20b..6602d7b5b 100644 --- a/src/subsocial-query/subsocial/connection.ts +++ b/src/subsocial-query/subsocial/connection.ts @@ -38,8 +38,8 @@ export const getSubstrateHttpApi = async () => { const provider = new HttpProvider(substrateHttpUrl) const substrateApi = ApiPromise.create({ provider }) - substrateHttpApi = substrateApi + substrateHttpApi = substrateApi return substrateApi }