master
Niko PLP 2 weeks ago
parent c2aec33989
commit 4d52d957f6
  1. 4
      ng-sdk-js/example-webapp-react-socialquery/src/Query.tsx

@ -96,10 +96,10 @@ const Query: FunctionComponent = () => {
if (social_query?.socialQuerySparql) { if (social_query?.socialQuerySparql) {
if (!social_query?.socialQueryForwarder) { if (!social_query?.socialQueryForwarder) {
console.log(social_query?.socialQuerySparql); //console.log(social_query?.socialQuerySparql);
start(); start();
} else { } else {
console.log("some results arrived") console.log("ready to receive results")
dataset.on( dataset.on(
[null, null, null, namedNode(resourceUri)], [null, null, null, namedNode(resourceUri)],
(changes: DatasetChanges<Quad>) => { (changes: DatasetChanges<Quad>) => {

Loading…
Cancel
Save