From 897f7a031d624d8ca37b8efcab573d002c80dbe8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 2 Jun 2018 16:13:32 +0900 Subject: wip --- src/models/notification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/models/notification.ts') diff --git a/src/models/notification.ts b/src/models/notification.ts index a17a892541..875c6952b5 100644 --- a/src/models/notification.ts +++ b/src/models/notification.ts @@ -111,7 +111,7 @@ export const pack = (notification: any) => new Promise(async (resolve, reje switch (_notification.type) { case 'follow': - case 'reciveFollowRequest': + case 'receiveFollowRequest': // nope break; case 'mention': -- cgit v1.2.3-freya