fix update issue

This commit is contained in:
Nova 2025-03-02 20:57:37 +03:30
parent aaed083567
commit 22fa511811

View File

@ -342,8 +342,9 @@ func (s *server) SetSystemProxy(ctx context.Context, in *gen.SetSystemProxyReque
return &gen.EmptyResp{}, nil
}
var updateDownloadUrl string
func (s *server) Update(ctx context.Context, in *gen.UpdateReq) (*gen.UpdateResp, error) {
var updateDownloadUrl string
ret := &gen.UpdateResp{}
client := boxapi.CreateProxyHttpClient(boxInstance)