Merge pull request #168 from jedmund/fix-build-errors

Fix build error from type change in appState
This commit is contained in:
Justin Edmund 2023-01-25 23:11:31 -08:00 committed by GitHub
commit c20922165f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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