dnestorovic / DormService

Application that provides basic services for students that live in a dorm
2 stars 0 forks source link

fix: fix bug in delete document endpoint and refactor code #141

Closed tekisooj closed 3 months ago

tekisooj commented 4 months ago

Fix bug when deleting uploaded document. Reformat code so the operations for documents based on their name are now in two separate functions (get and set). There is no need to check each document individually.