]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/server-commands/users/notifications-command.ts
Remove uneeded memoize
[github/Chocobozzz/PeerTube.git] / shared / server-commands / users / notifications-command.ts
index 692420b8b5cd380568e84b0283df97a023514537..6bd815daa2f9ff761db903ec7ea219b86fd9394e 100644 (file)
@@ -1,5 +1,4 @@
-import { HttpStatusCode, ResultList } from '@shared/models'
-import { UserNotification, UserNotificationSetting } from '../../models/users'
+import { HttpStatusCode, ResultList, UserNotification, UserNotificationSetting } from '@shared/models'
 import { AbstractCommand, OverrideCommandOptions } from '../shared'
 
 export class NotificationsCommand extends AbstractCommand {