From a6a52430ce7084a9d7e97d3770d53e7b17e7ec87 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 28 Oct 2020 17:15:04 -0400 Subject: [PATCH] fix: remove setCategorySort and setTopicSort --- src/user/settings.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/user/settings.js b/src/user/settings.js index d3dec1cb6d..0f9494a1ce 100644 --- a/src/user/settings.js +++ b/src/user/settings.js @@ -123,8 +123,6 @@ module.exports = function (User) { categoryWatchState: data.categoryWatchState, categoryTopicSort: data.categoryTopicSort, topicPostSort: data.topicPostSort, - setCategorySort: data.setCategorySort, - setTopicSort: data.setTopicSort, }; const notificationTypes = await notifications.getAllNotificationTypes(); notificationTypes.forEach(function (notificationType) {