Skip to content

Commit 7c19adb

Browse files
author
Vikas Agarwal
committed
Lint fix
1 parent 06320d9 commit 7c19adb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/projects/actions/project.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@ export function createProject(newProject) {
203203
*
204204
* @returns {Promise<[]>} list of products
205205
*/
206-
function getAllProjectProducts(project) {
207-
return getProjectPhasesWithProducts(project.id)
208-
.then((phases) => _.flatten(_.map(phases, 'products')))
209-
}
206+
// function getAllProjectProducts(project, fromDB = false) {
207+
// return getProjectPhasesWithProducts(project.id, fromDB)
208+
// .then((phases) => _.flatten(_.map(phases, 'products')))
209+
// }
210210

211211
/**
212212
* Create timeline and milestones for a product

0 commit comments

Comments
 (0)