mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-12 18:11:34 +08:00
Fix: Issue where the service status is not updated after the local model download is completed
This commit is contained in:
@@ -248,7 +248,7 @@ func (i *imlInitController) OnInit() {
|
||||
if len(items) == 0 {
|
||||
err = i.catalogueModule.Create(ctx, &catalogue_dto.CreateCatalogue{
|
||||
Id: catalogueId,
|
||||
Name: "Default Catalogue",
|
||||
Name: "Default Category",
|
||||
})
|
||||
if err != nil {
|
||||
return fmt.Errorf("create default catalogue error: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user