1
0
This commit is contained in:
syui 2024-04-11 06:16:58 +09:00
parent 833fbe5dbc
commit ba014bc014
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
2 changed files with 2 additions and 0 deletions

View File

@ -918,6 +918,7 @@ func (h *OgentHandler) UpdateSev(ctx context.Context, req *UpdateSevReq, params
b.SetOwnerID(v)
}
}
}
// Persist to storage.
e, err := b.Save(ctx)
if err != nil {

View File

@ -918,6 +918,7 @@ func (h *OgentHandler) UpdateSev(ctx context.Context, req *UpdateSevReq, params
b.SetOwnerID(v)
}
}
}
// Persist to storage.
e, err := b.Save(ctx)
if err != nil {