Fix Getone

This commit is contained in:
George Suntres
2026-04-14 19:44:54 -04:00
parent 2c7d9653c2
commit e8bb31b31f

View File

@@ -18,7 +18,7 @@ func BuildGetOne(col map[string]any, report *InitReport) {
// prepare input arguments and return results
in := []reflect.Type{
reflect.TypeOf((*context.Context)(nil)).Elem(),
reflect.TypeOf((*map[string]any)(nil)).Elem(),
reflect.TypeOf((*string)(nil)).Elem(),
}
out := []reflect.Type{
reflect.TypeOf(bson.M{}),