fix go vet

This commit is contained in:
Andy Arthur
2021-12-13 15:55:42 -08:00
parent 11f9aa1795
commit d1a6f52c29

View File

@@ -125,8 +125,6 @@ func createDocsTable(ctx context.Context, vrw types.ValueReadWriter, docs Docs)
}
return newDocsTbl, nil
return nil, nil
}
// CreateOrUpdateDocsTable takes a root value and a set of docs and either creates the docs table or updates it with docs.