We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687952f commit c9f37dbCopy full SHA for c9f37db
packages/app/src/app/store/modules/editor/actions.js
@@ -455,7 +455,6 @@ export function updateTemplateIfSSE({ state, api }) {
455
if (shouldUpdateTemplate) {
456
const { parsed } = state.get('editor.parsedConfigurations.package');
457
458
- const a = Date.now();
459
const modulesByPath = mapValues(state.get('editor.modulesByPath'), m => ({
460
content: m.code,
461
isBinary: m.isBinary,
0 commit comments