From c9f42f90f193ed3a33e19ccfbbcf5463e39459a2 Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Fri, 9 Mar 2018 18:40:45 -0800
Subject: [PATCH] Rename

---
 src/storage/store.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/storage/store.js b/src/storage/store.js
index e4b814396..34caa9edb 100644
--- a/src/storage/store.js
+++ b/src/storage/store.js
@@ -1,14 +1,14 @@
 import uuid from "uuid/v4";
 import { Validator } from "jsonschema";
 
-const LOCAL_STORE_KEY = "___mozilla_hubs";
+const LOCAL_STORE_KEY = "___mozilla_duck";
 const STORE_STATE_CACHE_KEY = Symbol();
 const validator = new Validator();
 
 // Durable (via local-storage) schema-enforced state that is meant to be consumed via forward data flow.
 // (Think flux but with way less incidental complexity, at least for now :))
 const SCHEMA = {
-  id: "/MozillaHubsStore",
+  id: "/MozillaDuckStore",
 
   definitions: {
     profile: {
-- 
GitLab