Removed unused import
This commit is contained in:
parent
2fec833aef
commit
3f26dcbef9
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
import { Meteor } from 'meteor/meteor';
|
import { Meteor } from 'meteor/meteor';
|
||||||
import { check } from 'meteor/check';
|
import { check } from 'meteor/check';
|
||||||
import { NumberBetween } from '/imports/modules/server/other-checks';
|
import { NumberBetween } from '/imports/modules/server/other-checks';
|
||||||
import moment from 'moment';
|
|
||||||
import FireAlerts from '../FireAlerts';
|
import FireAlerts from '../FireAlerts';
|
||||||
|
|
||||||
Meteor.publish('fireAlerts', function fireAlerts(northEastLng, northEastLat, southWestLng, southWestLat) {
|
Meteor.publish('fireAlerts', function fireAlerts(northEastLng, northEastLat, southWestLng, southWestLat) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue