mirror of
https://github.com/balkian/hook.io-sparql.git
synced 2025-09-02 01:22:20 +00:00
Prefix typo
This commit is contained in:
@@ -33,7 +33,7 @@ class SPARQLHook extends Hook
|
|||||||
@client.rows query, (err, res) ->
|
@client.rows query, (err, res) ->
|
||||||
cb? res
|
cb? res
|
||||||
|
|
||||||
addPreffix: (key,url) ->
|
addPrefix: (key,url) ->
|
||||||
@client.prefix_map[key] = url
|
@client.prefix_map[key] = url
|
||||||
|
|
||||||
exports.SPARQLHook = SPARQLHook
|
exports.SPARQLHook = SPARQLHook
|
||||||
|
Reference in New Issue
Block a user