Skip to content

Commit 218bd2e

Browse files
committed
Fix more tests
1 parent 0082177 commit 218bd2e

File tree

6 files changed

+5
-3219
lines changed

6 files changed

+5
-3219
lines changed

server/api/blocks.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -661,9 +661,6 @@ func (a *API) handlePatchBlocks(w http.ResponseWriter, r *http.Request) {
661661
return
662662
}
663663

664-
vars := mux.Vars(r)
665-
_ = vars["boardID"] // boardID is available but not used directly here
666-
667664
val := r.URL.Query().Get("disable_notify")
668665
disableNotify := val == True
669666

0 commit comments

Comments
 (0)