Browse Source

Update stacks-blockchain-api.md

lack a ,
fix/microblocks-feedback
Rickey 4 years ago
committed by Patrick Gray
parent
commit
0ed237fddb
  1. 2
      src/pages/understand-stacks/stacks-blockchain-api.md

2
src/pages/understand-stacks/stacks-blockchain-api.md

@ -65,7 +65,7 @@ It is important to note that the JS client requires setting the underlying HTTP
```js
import fetch from 'cross-fetch';
import { Configuration AccountsApi } from '@stacks/blockchain-api-client';
import { Configuration, AccountsApi } from '@stacks/blockchain-api-client';
(async () => {
const apiConfig = new Configuration({

Loading…
Cancel
Save