Fix build error from type change in appState
This commit is contained in:
parent
512fadbdee
commit
37d242b2cf
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ export const initialAppState: AppState = {
|
|||
version: {
|
||||
version: '0.0',
|
||||
update_type: '',
|
||||
updated_at: new Date(),
|
||||
updated_at: '',
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue