mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-01-04 03:01:21 +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 new Date(`${ atDate.value } ${ atTime.value }`).getTime();
|
||||||
};
|
};
|
||||||
|
|
||||||
return {
|
return { scheduledAt: calcAt() };
|
||||||
...(
|
|
||||||
{ scheduledAt: calcAt() }
|
|
||||||
),
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
watch([
|
watch([
|
||||||
|
|
Loading…
Reference in a new issue