Skip to content

Commit

Permalink
[FIX] email api (#12373)
Browse files Browse the repository at this point in the history
<!-- INSTRUCTION: Your Pull Request name should start with one of the following tags -->
<!-- [NEW] For new features -->
<!-- [FIX] For bug fixes -->
<!-- [BREAK] For pull requests including breaking changes -->

<!-- INSTRUCTION: Inform the issue number that this PR closes, or remove the line below -->
Closes #12212

<!-- INSTRUCTION: Link to a https://github.com/RocketChat/docs PR with added/updated documentation or an update to the missing/outdated documentation list, see https://rocket.chat/docs/contributing/documentation/  -->

<!-- INSTRUCTION: Tell us more about your PR with screen shots if you can -->
  • Loading branch information
ggazzo authored Oct 19, 2018
1 parent b7b73a9 commit a5257e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rocketchat-mailer/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Package.onUse(function(api) {
api.use([
'ecmascript',
'ddp-rate-limiter',
'rocketchat:i18n',
]);

api.mainModule('server/api.js', 'server');
Expand Down

0 comments on commit a5257e3

Please sign in to comment.