File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -951,16 +951,16 @@ export function saveLocalResult(data: SaveLocalResultData): void {
951951 startedTests : 0 ,
952952 completedTests : 0 ,
953953 } ;
954+ }
954955
955- const time =
956- data . result . testDuration +
957- data . result . incompleteTestSeconds -
958- data . result . afkDuration ;
956+ const time =
957+ data . result . testDuration +
958+ data . result . incompleteTestSeconds -
959+ data . result . afkDuration ;
959960
960- snapshot . typingStats . timeTyping += time ;
961- snapshot . typingStats . startedTests += data . result . restartCount + 1 ;
962- snapshot . typingStats . completedTests += 1 ;
963- }
961+ snapshot . typingStats . timeTyping += time ;
962+ snapshot . typingStats . startedTests += data . result . restartCount + 1 ;
963+ snapshot . typingStats . completedTests += 1 ;
964964
965965 if ( data . isPb ) {
966966 saveLocalPB (
You can’t perform that action at this time.
0 commit comments