From 37d242b2cfc40bb702df049d232321adad6d3f5e Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 25 Jan 2023 23:11:14 -0800 Subject: [PATCH] Fix build error from type change in appState --- utils/appState.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/appState.tsx b/utils/appState.tsx index 541bc0c2..94014fee 100644 --- a/utils/appState.tsx +++ b/utils/appState.tsx @@ -131,7 +131,7 @@ export const initialAppState: AppState = { version: { version: '0.0', update_type: '', - updated_at: new Date(), + updated_at: '', }, }