Skip to content

Commit

Permalink
@turf/bbox-polygon's exports changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mojodna committed May 2, 2018
1 parent e3fcd44 commit 122a18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var _ = require('lodash');
var request = require('request');
var parse = require('wellknown');
var bboxPolygon = require('@turf/bbox-polygon');
var bboxPolygon = require('@turf/bbox-polygon').default;
var Boom = require('boom');

var Meta = require('../models/meta.js');
Expand Down

0 comments on commit 122a18f

Please sign in to comment.