From b451c047872db06ff0de655bd24625dbdb80486c Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Sun, 2 Dec 2018 20:10:56 +0900 Subject: [PATCH] Use primitive type boolean (#3474) --- src/models/notification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/notification.ts b/src/models/notification.ts index 394e49f36..5cf1e140c 100644 --- a/src/models/notification.ts +++ b/src/models/notification.ts @@ -48,7 +48,7 @@ export interface INotification { /** * 通知が読まれたかどうか */ - isRead: Boolean; + isRead: boolean; } export const packMany = (