Skip to content

Commit

Permalink
trying to fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tom0827 committed Nov 24, 2023
1 parent b61d3dc commit d3ac235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epictrack-api/src/api/resources/work.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def post():
"staff_id": request_json["work_lead_id"],
"role_id": role_id,
"is_active": True
})
})
return res.WorkResponseSchema().dump(work), HTTPStatus.CREATED


Expand Down

0 comments on commit d3ac235

Please sign in to comment.