Skip to content

Commit

Permalink
Merge branch 'master' into fix/poll-detail-mkr-distribution-histogram
Browse files Browse the repository at this point in the history
  • Loading branch information
leolower authored May 7, 2020
2 parents 938fe3f + a06add0 commit 73c2f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useHomeData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import store from '../utils/cache'
import { addMinutes, isBefore } from 'date-fns'
import { mergeEventPages } from '../utils'

const REACT_APP_HOME_DATA_TTL = Number(process.env.REACT_APP_LAST_CACHE_UPDATE) || 5
const REACT_APP_HOME_DATA_TTL = Number(process.env.REACT_APP_HOME_DATA_TTL) || 5

const getHomeVariables = data => {
const governance = data.governanceInfo
Expand Down

0 comments on commit 73c2f8f

Please sign in to comment.