Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #274 from Wikia/missing-import
Browse files Browse the repository at this point in the history
missing Promise import in modules/ads.js
  • Loading branch information
rybmat committed Nov 23, 2017
2 parents 732434f + b350136 commit 7fc0c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/modules/ads.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* eslint no-console: 0 */
import config from '../config/environment';
import {Promise} from 'rsvp';

/**
* @typedef {Object} SlotsContext
Expand Down

0 comments on commit 7fc0c2c

Please sign in to comment.