Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Jun 8, 2023
1 parent b9662cf commit cd0f379
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ func (h *Handler) UpdateShare(w http.ResponseWriter, r *http.Request) {
return
}
h.updateShare(w, r, shareID) // TODO PUT is used with incomplete data to update a share}

}

func (h *Handler) updateShare(w http.ResponseWriter, r *http.Request, shareID string) {
Expand Down

0 comments on commit cd0f379

Please sign in to comment.