Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jul 10, 2024
1 parent c3955ec commit 938a71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subsocial-query/subsocial/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export const getSubstrateHttpApi = async () => {

const provider = new HttpProvider(substrateHttpUrl)
const substrateApi = ApiPromise.create({ provider })
substrateHttpApi = substrateApi

substrateHttpApi = substrateApi
return substrateApi
}

Expand Down

0 comments on commit 938a71b

Please sign in to comment.