Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kb0304 committed Dec 7, 2018
1 parent 75eb6ca commit bd69cc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/rocketchat-lib/server/methods/sendInvitationSMS.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import { Meteor } from 'meteor/meteor';
import { TAPi18n } from 'meteor/tap:i18n';
import { check } from 'meteor/check';
import _ from 'underscore';

Meteor.methods({
Expand Down

0 comments on commit bd69cc1

Please sign in to comment.