From ad72bcdcf92e8885374713c97e4ada3b07c1793e Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 3 Jan 2023 23:28:36 -0800 Subject: [PATCH] Rollback GranblueCookie changes --- types/GranblueCookie.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/GranblueCookie.d.ts b/types/GranblueCookie.d.ts index fb7e89ff..eb0cca52 100644 --- a/types/GranblueCookie.d.ts +++ b/types/GranblueCookie.d.ts @@ -1,5 +1,5 @@ interface GranblueCookie { - account?: AccountCookie - user?: UserCookie + account: AccountCookie + user: UserCookie locale: string }