Skip to content

Commit f83083c

Browse files
author
Parth Shah
committed
fixes #21
1 parent d884989 commit f83083c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/projects/update.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const updateProjectValdiations = {
5959
}
6060
}
6161

62+
// NOTE- decided to disable all additional checks for now.
6263
var validateUpdates = (existingProject, updatedProject) => {
6364
var errors = []
6465
switch (existingProject.status) {
@@ -81,7 +82,7 @@ var validateUpdates = (existingProject, updatedProject) => {
8182

8283
module.exports = [
8384
// handles request validations
84-
validate(updateProjectValdiations),
85+
// validate(updateProjectValdiations),
8586
permissions('project.edit'),
8687
/**
8788
* POST projects/

0 commit comments

Comments
 (0)