Fix build error from type change in appState

This commit is contained in:
Justin Edmund 2023-01-25 23:11:14 -08:00
parent 512fadbdee
commit 37d242b2cf

View file

@ -131,7 +131,7 @@ export const initialAppState: AppState = {
version: {
version: '0.0',
update_type: '',
updated_at: new Date(),
updated_at: '',
},
}