mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Updated readme. Added bundle support. (#61)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
70bf371ebf
commit
8a73b4bef9
@@ -180,7 +180,7 @@ fn push_query_results(query_results: QueryResults, results: &mut Vec<Value>) {
|
||||
if !query_result.bindings.is_empty_object() {
|
||||
results.push(query_result.bindings.clone());
|
||||
} else if let Some(v) = query_result.expressions.last() {
|
||||
results.push(v["value"].clone());
|
||||
results.push(v.value.clone());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user