mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-29 09:58:07 +01: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 {
|
||||
...(
|
||||
{ scheduledAt: calcAt() }
|
||||
),
|
||||
};
|
||||
return { scheduledAt: calcAt() };
|
||||
}
|
||||
|
||||
watch([
|
||||
|
|
Loading…
Reference in a new issue