Skip to content

Commit

Permalink
Step 23.8: Import underscore correctly inside Parties Methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and DAB0mB committed Dec 14, 2016
1 parent 219f766 commit 3eca2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/api/parties/methods.ts
@@ -1,4 +1,4 @@
import _ from 'underscore';
import * as _ from 'underscore';
import { Meteor } from 'meteor/meteor';
import { check } from 'meteor/check';
import { Email } from 'meteor/email';
Expand Down

0 comments on commit 3eca2ce

Please sign in to comment.