remove splatting

This commit is contained in:
Marie 2024-12-09 06:13:46 +01:00
parent f02d099413
commit dda922a030
No known key found for this signature in database
GPG key ID: 7ADF6C9CD9A28555

View file

@ -49,11 +49,7 @@ function get() {
return new Date(`${ atDate.value } ${ atTime.value }`).getTime();
};
return {
...(
{ scheduledAt: calcAt() }
),
};
return { scheduledAt: calcAt() };
}
watch([