diff --git a/lib/util.js b/lib/util.js index ee94a18..e7e9b05 100644 --- a/lib/util.js +++ b/lib/util.js @@ -1,7 +1,7 @@ import morph from 'morphmorph' import omitBy from 'lodash.omitby' -const SETTINGS_KEY = 'CARBON_SETTINGS' +const SETTINGS_KEY = 'CARBON_STATE' const PRESETS_KEY = 'CARBON_PRESETS' const assignSettings = morph.assign(SETTINGS_KEY)