Skip to content

Commit

Permalink
Merge pull request #2403 from tom0827/TRACK-31
Browse files Browse the repository at this point in the history
TRACK-31: create work error
  • Loading branch information
tom0827 authored Sep 6, 2024
2 parents c9d84ee + 1447515 commit ad5d58b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion epictrack-api/src/api/services/work.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ def replace_work_staff(cls, work_id: int, data: dict):
cls.update_work_staff(work_staff.id, update_data, commit=False)

upserted_work_staff = cls.upsert_work_staff(work_id, data, commit=False)
db.session.commit()
return upserted_work_staff

@classmethod
Expand Down

0 comments on commit ad5d58b

Please sign in to comment.