Skip to content

Commit

Permalink
nightscout#6701 Testing...
Browse files Browse the repository at this point in the history
  • Loading branch information
mg80 committed Jan 29, 2021
1 parent 19cefea commit a450912
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/report/reportstorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ const defaultValues = {
let cachedProps;

const saveProps = function (props) {
return;
/*
let propsToSave = {};
for (const prop in props) {
if (!Object.prototype.hasOwnProperty.call(defaultValues, prop))
continue;
propsToSave[prop] = props[prop];
}
storage.set(COOKIE_KEY, propsToSave);
*/
};

const getValue = function (p) {
Expand Down

0 comments on commit a450912

Please sign in to comment.