Skip to content

Commit

Permalink
Merge pull request #686 from dappforce/rebuild
Browse files Browse the repository at this point in the history
Rebuild
  • Loading branch information
teodorus-nathaniel authored Jul 10, 2024
2 parents 121bf4d + 938a71b commit 8040dc1
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 8040dc1

Please sign in to comment.