meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
2 changed files with
5 additions and
0 deletions
-
.circleci/config.yml
-
src/actions/counterValues.js
|
|
@ -15,6 +15,9 @@ jobs: |
|
|
|
- run: |
|
|
|
name: Flow typed |
|
|
|
command: yarn flow-typed |
|
|
|
- run: |
|
|
|
name: Temporary remove flow definitions for react-redux |
|
|
|
command: rm flow-typed/npm/react-redux_v5.x.x.js |
|
|
|
- run: |
|
|
|
name: Lint |
|
|
|
command: yarn lint |
|
|
|
|
|
@ -4,6 +4,8 @@ import axios from 'axios' |
|
|
|
import moment from 'moment' |
|
|
|
import { getDefaultUnitByCoinType } from '@ledgerhq/currencies' |
|
|
|
|
|
|
|
import type { Dispatch } from 'redux' |
|
|
|
|
|
|
|
import get from 'lodash/get' |
|
|
|
|
|
|
|
import db from 'helpers/db' |
|
|
|