This commit is contained in:
Bryce Lampe
2025-04-28 17:23:26 -07:00
parent b70b1b107b
commit b0c55e8a8e

View File

@@ -133,8 +133,7 @@ func (i *Index) Create(
ctx context.Context,
req infer.CreateRequest[IndexArgs],
) (infer.CreateResponse[IndexState], error) {
resp, err := i.Update(
ctx,
resp, err := i.Update(ctx,
infer.UpdateRequest[IndexArgs, IndexState]{
ID: req.Name,
Olds: IndexState{},