Skip to content

Commit

Permalink
[FIX] Slack importer settings object (#17776)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpilz authored Jun 9, 2020
1 parent 600dc0e commit 6828007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/importer-slack/server/importer.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { getUserAvatarURL } from '../../utils/lib/getUserAvatarURL';
import { Users, Rooms, Messages } from '../../models';
import { insertMessage, createDirectRoom } from '../../lib';
import { getValidRoomName } from '../../utils';
import { settings } from '../../settings/lib/settings';
import { settings } from '../../settings/server';

export class SlackImporter extends Base {
constructor(info, importRecord) {
Expand Down

0 comments on commit 6828007

Please sign in to comment.