Skip to content

Commit

Permalink
Update dds_web/api/project.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ina Odén Österbo <[email protected]>
  • Loading branch information
rv0lt and i-oden authored Oct 17, 2023
1 parent 0f0bb1f commit 5df20c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds_web/api/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def patch(self):
try:
new_deadline_in = json_input.get(
"new_deadline_in", None
) # if not provided is None -> deadlie is not updated
) # if not provided --> is None -> deadline is not updated

# some variable definition
curr_date = dds_web.utils.current_time()
Expand Down

0 comments on commit 5df20c9

Please sign in to comment.