Update app/src/main/java/be/ugent/sel/studeez/data/local/models/timer_functional/FunctionalTimer.kt
This commit is contained in:
		
							parent
							
								
									4d05e101df
								
							
						
					
					
						commit
						2fb90b15c3
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -20,7 +20,6 @@ abstract class FunctionalTimer(initialValue: Int) {
 | 
			
		|||
 | 
			
		||||
    fun getSessionReport(): SessionReport {
 | 
			
		||||
        return SessionReport(
 | 
			
		||||
            id = "",
 | 
			
		||||
            studyTime = totalStudyTime,
 | 
			
		||||
            endTime = Timestamp.now()
 | 
			
		||||
        )
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue