Skip to content

Commit

Permalink
Merge pull request #499 from recurly/fix-promise-reference
Browse files Browse the repository at this point in the history
Fixes reference to Promise library
  • Loading branch information
bhelx authored Dec 11, 2018
2 parents a91015f + f11be24 commit 2c1929a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/recurly/pricing/subscription/attachment.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Emitter from 'component-emitter';
import Promise from 'promise';
import find from 'component-find';
import dom from '../../../util/dom';

Expand Down

0 comments on commit 2c1929a

Please sign in to comment.