You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-09-16 08:56:19 +02:00
Update server/api/compliance.go
Co-authored-by: Miguel de la Cruz <miguel@mcrx.me>
This commit is contained in:
@@ -371,7 +371,7 @@ func (a *API) handleGetBlocksComplianceHistory(w http.ResponseWriter, r *http.Re
|
||||
return
|
||||
}
|
||||
|
||||
// check for valid team
|
||||
// check for valid board
|
||||
_, err = a.app.GetBoard(boardID)
|
||||
if err != nil {
|
||||
a.errorResponse(w, r, model.NewErrBadRequest("invalid board id: "+boardID))
|
||||
|
Reference in New Issue
Block a user