Skip to content

Commit

Permalink
fix: packejson
Browse files Browse the repository at this point in the history
  • Loading branch information
rupato-deriv committed Jul 2, 2024
1 parent 8f1e19e commit b93d047
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
}
}
}
2 changes: 0 additions & 2 deletions src/external/bot-skeleton/utils/local-storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import LZString from 'lz-string';

import { save_types } from '../constants/save-type';
import DBotStore from '../scratch/dbot-store';
// import { checkTargetForNewValues } from 'framer-motion';

window.localForage = localForage;
window.LZString = LZString;
Expand Down Expand Up @@ -52,7 +51,6 @@ export const saveWorkspaceToRecent = async (xml, save_type = save_types.UNSAVED)
workspaces.pop();
}
updateListStrategies(workspaces);
//console.log(workspaces);
localForage.setItem('saved_workspaces', LZString.compress(JSON.stringify(workspaces)));
};

Expand Down

0 comments on commit b93d047

Please sign in to comment.