Skip to content

Commit 881405c

Browse files
committed
Add obj to fix issue reported by govet
1 parent c992dc8 commit 881405c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pseudotypes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,6 @@ func reqlGeometryToNativeGeometry(obj map[string]interface{}) (interface{}, erro
214214
}, nil
215215
}
216216
} else {
217-
return nil, fmt.Errorf("pseudo-type GEOMETRY object %v field has unknown type %s", typ)
217+
return nil, fmt.Errorf("pseudo-type GEOMETRY object %v field has unknown type %s", obj, typ)
218218
}
219219
}

0 commit comments

Comments
 (0)