Skip to content

Commit

Permalink
docs: remove todo from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrieh committed May 17, 2024
1 parent e53a24c commit bb176a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/pages/docs/glossary/client-options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ As we can see, the ClientOpts interface has three optional properties:
This property is used to set the cache duration for the IPFS data.
The default value is 600_000 milliseconds; 10 minutes.

## `fetchProfider`
## `fetchProvider`

This property is used to set the fetch provider.
This is needed because of the different runtimes availalbe to Java Script.
Expand Down Expand Up @@ -45,6 +45,5 @@ const client = createClient({
})
```

# TODO: This needs to be changed when the `dev` branch is merged into main.
[See Type](https://github.com/effectai/effect-js/blob/main/src/client.ts)

0 comments on commit bb176a2

Please sign in to comment.