Skip to content

Commit

Permalink
fix: delete target service api
Browse files Browse the repository at this point in the history
  • Loading branch information
710leo committed May 23, 2024
1 parent b15f638 commit 2232733
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions center/router/router_target.go
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,6 @@ func (rt *Router) targetDelByService(c *gin.Context) {
ginx.Bomb(http.StatusBadRequest, err.Error())
}

rt.checkTargetPerm(c, f.Idents)

ginx.NewRender(c).Data(failedResults, models.TargetDel(rt.Ctx, f.Idents))
}

Expand Down

0 comments on commit 2232733

Please sign in to comment.