You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On failed requests in SparqlClient.ts logging is missing spaces (eg console.info('sendPostQuery: response.status' + error.response.status);), which results in strange output, eg sendPostQuery: response.status404. This looks even worse when json2str returns undefined.
Sparql request should has WHERE statement on new line for redability
The text was updated successfully, but these errors were encountered:
console.info('sendPostQuery: response.status' + error.response.status);
), which results in strange output, egsendPostQuery: response.status404
. This looks even worse whenjson2str
returns undefined.WHERE
statement on new line for redabilityThe text was updated successfully, but these errors were encountered: