Skip to content

Commit 1a65453

Browse files
author
Vikas Agarwal
committed
fixed typo
1 parent 48bd747 commit 1a65453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/projects/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ module.exports = [
274274
.then((createdProjectAndPhases) => {
275275
newProject = createdProjectAndPhases.newProject;
276276
newPhases = createdProjectAndPhases.newPhases;
277-
projectEstimations = createProjectAndPhases.estimations;
277+
projectEstimations = createdProjectAndPhases.estimations;
278278

279279
req.log.debug('new project created (id# %d, name: %s)', newProject.id, newProject.name);
280280
// create direct project with name and description

0 commit comments

Comments
 (0)