Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
mebitek committed May 31, 2023
1 parent fcc7f65 commit 883e352
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deck_http/deck_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,7 @@ func DeleteBoardLabel(boardId int, labelId int, configuration utils.Configuratio
configuration.User, configuration.Password)
if err != nil {
return call.StatusCode, err

}

return call.StatusCode, nil
}

Expand Down

0 comments on commit 883e352

Please sign in to comment.