From 725f47782a6f66032f32f8c98194da2db6dc96c6 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Mon, 5 Aug 2019 17:28:33 -0600 Subject: [PATCH] Fix missing reference to getTimestampInSeconds --- src/js/migration.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/migration.js b/src/js/migration.js index 9599422..a3a5f69 100644 --- a/src/js/migration.js +++ b/src/js/migration.js @@ -1,5 +1,6 @@ import { LOCAL_STORAGE_KEY, DEFAULT_DICTIONARY, MIGRATE_VERSION } from "../constants"; import { saveDictionary } from "./dictionaryManagement"; +import { getTimestampInSeconds } from "../helpers"; export default function migrate() { if (window.location.pathname === '/') {