Skip to content

Commit

Permalink
Change notifications file imports to server (#15184)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Aug 19, 2019
1 parent 4e1d4f5 commit adb0a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/notifications/server/lib/Notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { Meteor } from 'meteor/meteor';
import { DDPCommon } from 'meteor/ddp-common';

import { WEB_RTC_EVENTS } from '../../../webrtc';
import { Subscriptions, Rooms } from '../../../models';
import { settings } from '../../../settings';
import { Subscriptions, Rooms } from '../../../models/server';
import { settings } from '../../../settings/server';

const changedPayload = function(collection, id, fields) {
return DDPCommon.stringifyDDP({
Expand Down

0 comments on commit adb0a1d

Please sign in to comment.