We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8d461 commit 2ca2d9dCopy full SHA for 2ca2d9d
golink.go
@@ -827,6 +827,7 @@ func serveSave(w http.ResponseWriter, r *http.Request) {
827
link, err := db.Load(short)
828
if err != nil && !errors.Is(err, fs.ErrNotExist) {
829
http.Error(w, err.Error(), http.StatusInternalServerError)
830
+ return
831
}
832
833
if !canEditLink(r.Context(), link, cu) {
0 commit comments