Removed unused import

This commit is contained in:
vjrj 2018-01-30 18:22:14 +01:00
parent 2fec833aef
commit 3f26dcbef9

View file

@ -4,7 +4,6 @@
import { Meteor } from 'meteor/meteor';
import { check } from 'meteor/check';
import { NumberBetween } from '/imports/modules/server/other-checks';
import moment from 'moment';
import FireAlerts from '../FireAlerts';
Meteor.publish('fireAlerts', function fireAlerts(northEastLng, northEastLat, southWestLng, southWestLat) {