refactor: error message updated

This commit is contained in:
Mir Arif Hasan
2023-01-05 15:38:18 +06:00
parent b33d003ba5
commit e2d8ea0a70
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ import {
JSON_INVALID,
USER_NOT_FOUND,
USER_SETTINGS_NULL_SETTINGS,
USER_SETTINGS_NOT_FOUND,
USER_SETTINGS_DATA_NOT_FOUND,
} from 'src/errors';
import { UserSettings } from './user-settings.model';
import { User } from 'src/user/user.model';