mirror of
https://github.com/balkian/hook.io-sparql.git
synced 2024-11-21 05:02: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) ->
|
||||
cb? res
|
||||
|
||||
addPreffix: (key,url) ->
|
||||
addPrefix: (key,url) ->
|
||||
@client.prefix_map[key] = url
|
||||
|
||||
exports.SPARQLHook = SPARQLHook
|
||||
|
Loading…
Reference in New Issue
Block a user