Skip to content

Commit

Permalink
🐛 change version of localstorage cache due to model change (salaire i…
Browse files Browse the repository at this point in the history
…s now namespaced
  • Loading branch information
Johan Girod committed Jun 19, 2018
1 parent fd3017a commit eaf9c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/storage/persist.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* @flow */

import type { Store } from 'redux'
import { serialize, deserialize } from './serialize'
import { deserialize, serialize } from './serialize'
import type { State, SavedSimulation } from '../types/State'
import type { Action } from '../types/Actions'

const VERSION = 1
const VERSION = 2

function throttle(timeout: number, fn: () => void): () => void {
let timeoutId
Expand Down

0 comments on commit eaf9c3d

Please sign in to comment.