mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(export) - Issue 12482 - Fix messages in xml export.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import mongoose from 'mongoose';
|
||||
import { Schema } from 'mongoose';
|
||||
import validator from 'validator';
|
||||
import shared from '../../../common';
|
||||
import { // eslint-disable-line import/no-cycle
|
||||
@@ -10,8 +10,6 @@ import { schema as TagSchema } from '../tag';
|
||||
import { schema as UserNotificationSchema } from '../userNotification';
|
||||
import { schema as WebhookSchema } from '../webhook';
|
||||
|
||||
const { Schema } = mongoose;
|
||||
|
||||
const RESTRICTED_EMAIL_DOMAINS = Object.freeze(['habitica.com', 'habitrpg.com']);
|
||||
|
||||
// User schema definition
|
||||
|
||||
Reference in New Issue
Block a user