Skip to content
Snippets Groups Projects
Commit f6c8b840 authored by simon.mellerin's avatar simon.mellerin
Browse files

sparql.ts - TS type fix

parent 8ab7bd0a
No related branches found
No related tags found
1 merge request!34#22 - Dataset step 1 - add optional fields + FAIR
...@@ -68,7 +68,7 @@ export async function executeSparqlConstruct<T>( ...@@ -68,7 +68,7 @@ export async function executeSparqlConstruct<T>(
* *
* @note In most cases, it is preferable to use a CONSTRUCT request. * @note In most cases, it is preferable to use a CONSTRUCT request.
*/ */
export async function executeSparqlSelect( export async function executeSparqlSelect<T>(
selectQuery: string, selectQuery: string,
options?: { options?: {
auth?: Credentials, auth?: Credentials,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment