From 998b1c4a9c6d1173f3bc089ef292159abf560433 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 8 Apr 2018 19:14:55 +0900 Subject: [PATCH] Clean up --- src/server/api/endpoints/i/notifications.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/server/api/endpoints/i/notifications.ts b/src/server/api/endpoints/i/notifications.ts index 5de087a9b..3b4899682 100644 --- a/src/server/api/endpoints/i/notifications.ts +++ b/src/server/api/endpoints/i/notifications.ts @@ -10,10 +10,6 @@ import read from '../../common/read-notification'; /** * Get notifications - * - * @param {any} params - * @param {any} user - * @return {Promise} */ module.exports = (params, user) => new Promise(async (res, rej) => { // Get 'following' parameter