Skip to content

Commit

Permalink
Build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh2000 authored and erikh2000 committed Dec 30, 2023
1 parent e23ad5e commit c0b7080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/persistence/impExpUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function _mergeObjects(oldObject:Object, newObject:Object):Object {
async function _importProjectFile(project:Project, projectName:string) {
const oldProject = await getProjectByName(projectName);
if (oldProject) project = _mergeObjects(oldProject, project) as Project;
const projectKey = fillTemplate(PROJECT_PATH_REGEX_TEMPLATE, {projectName});
// const projectKey = fillTemplate(PROJECT_PATH_REGEX_TEMPLATE, {projectName});

// TODO - You were thinking about how best to import the project. It should be designed out in some detail. I'm a little
// worried about merging rules leading to trouble. And there needs to be integrity checks along the way rather than just
Expand Down

0 comments on commit c0b7080

Please sign in to comment.