diff --git a/src/storage/store.js b/src/storage/store.js index e4b81439634c78155ee11a6162fb1cdbd596868c..34caa9edb55add11d60f6a739dc45f551bfbc39b 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: {