Merge pull request #168 from jedmund/fix-build-errors
Fix build error from type change in appState
This commit is contained in:
commit
c20922165f
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