mirror of
https://github.com/balkian/hook.io-sparql.git
synced 2024-11-21 13:12:29 +00:00
Prefix typo
This commit is contained in:
parent
41b7b9198f
commit
e6dd784ecf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user