mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	remove splatting
This commit is contained in:
		
							parent
							
								
									f02d099413
								
							
						
					
					
						commit
						dda922a030
					
				
					 1 changed files with 1 additions and 5 deletions
				
			
		| 
						 | 
					@ -49,11 +49,7 @@ function get() {
 | 
				
			||||||
		return new Date(`${ atDate.value } ${ atTime.value }`).getTime();
 | 
							return new Date(`${ atDate.value } ${ atTime.value }`).getTime();
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return {
 | 
						return { scheduledAt: calcAt() };
 | 
				
			||||||
		...(
 | 
					 | 
				
			||||||
			{ scheduledAt: calcAt() }
 | 
					 | 
				
			||||||
		),
 | 
					 | 
				
			||||||
	};
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
watch([
 | 
					watch([
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue