Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
john-g-g committed Nov 20, 2018
1 parent 4ae1f06 commit 04c7041
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server.ts
Expand Up @@ -113,8 +113,6 @@ rpc.registerAuthenticated('unassign_tag', tags.unassignTag)
rpc.registerAuthenticated('get_users_by_tags', tags.getUsersByTags)
rpc.registerAuthenticated('get_tags_for_user', tags.getTagsForUser)

rpc.register('get_prices', price.getPrices)

rpc.register('summarize_url', summarizer.summarizeUrl)

function run() {
Expand Down

0 comments on commit 04c7041

Please sign in to comment.