[MM-56653] Improve license loading errors (#26050)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
1a9355b2eb
Коммит
71e26b8df2
@@ -129,7 +129,7 @@ func (s *Server) SetLicense(license *model.License) bool {
|
||||
return s.platform.SetLicense(license)
|
||||
}
|
||||
|
||||
func (s *Server) ValidateAndSetLicenseBytes(b []byte) bool {
|
||||
func (s *Server) ValidateAndSetLicenseBytes(b []byte) error {
|
||||
return s.platform.ValidateAndSetLicenseBytes(b)
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user