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, ctx context.Context,
req infer.CreateRequest[IndexArgs], req infer.CreateRequest[IndexArgs],
) (infer.CreateResponse[IndexState], error) { ) (infer.CreateResponse[IndexState], error) {
resp, err := i.Update( resp, err := i.Update(ctx,
ctx,
infer.UpdateRequest[IndexArgs, IndexState]{ infer.UpdateRequest[IndexArgs, IndexState]{
ID: req.Name, ID: req.Name,
Olds: IndexState{}, Olds: IndexState{},