mirror of
https://github.com/FlipsideCrypto/flipside-js.git
synced 2026-02-06 10:48:11 +00:00
Fix duplicate declaration issue.
This commit is contained in:
parent
eeaa50ced8
commit
8cca7bd6ed
@ -65,3 +65,7 @@ flipside.createFCAS("container", "ZEC", {
|
||||
```
|
||||
$ yarn run build
|
||||
```
|
||||
|
||||
## Build Status
|
||||
|
||||
[ ](https://app.codeship.com/projects/317100)
|
||||
|
||||
@ -8,7 +8,7 @@ class Flipside {
|
||||
}
|
||||
|
||||
createFCAS(id, symbol, opts) {
|
||||
let symbol = symbol.toLowerCase();
|
||||
symbol = symbol.toLowerCase();
|
||||
const defaults = {
|
||||
score: true,
|
||||
plot: true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user