Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(geodb): if you write a module that takes a hash argument, call it…
Browse files Browse the repository at this point in the history
… with a hash argument
  • Loading branch information
jrgm committed Aug 17, 2016
1 parent 7a91f31 commit 3feefa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/geodb.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

var config = require('../config').get('geodb')
var geodb = require('fxa-geodb')(config.dbPath)
var geodb = require('fxa-geodb')(config)
var P = require('./promise')
var ACCURACY_MAX_KM = 200
var ACCURACY_MIN_KM = 25
Expand Down

0 comments on commit 3feefa6

Please sign in to comment.