Add null check

This commit is contained in:
Hillel Coren 2020-12-27 22:07:10 +02:00
parent 5841432617
commit bea72b6ac4
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ void main({bool isTesting = false}) async {
extra: <String, dynamic>{
'server_version':
store.state.account?.currentVersion ?? 'Unknown',
'route': store.state.uiState.currentRoute,
},
);
return event;