🐛 change version of localstorage cache due to model change (salaire is now namespaced

pull/262/head v0.5.0
Johan Girod 2018-06-19 18:32:06 +02:00
parent fd3017ac94
commit eaf9c3d32d
1 changed files with 2 additions and 2 deletions

View File

@ -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