Team LBAC: Remove default rules of lbac rules (#77946)" (#78188)

This reverts commit 944593c4d5.

Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
This commit is contained in:
Eric Leijonmarck 2023-12-06 08:52:05 -05:00 committed by GitHub
parent 399d0708da
commit a9a18a4b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,8 +83,6 @@ type TeamHTTPHeader struct {
Value string `json:"value"`
}
const DefaultTeamHTTPHeader = "default"
func (ds DataSource) TeamHTTPHeaders() (*TeamHTTPHeaders, error) {
return GetTeamHTTPHeaders(ds.JsonData)
}