mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
remove mismatched type for now
This commit is contained in:
@@ -59,7 +59,9 @@ export class ServiceBackupsComponent {
|
||||
)
|
||||
|
||||
readonly next = computed(() =>
|
||||
daysBetween(new Date(), new Date(this.pkg().nextBackup || new Date())),
|
||||
// TODO @lucy add this back in when types fixed for PackageDataEntry ie. when next/minor merge resolved
|
||||
// daysBetween(new Date(), new Date(this.pkg().nextBackup || new Date())),
|
||||
daysBetween(new Date(), new Date(new Date())),
|
||||
)
|
||||
|
||||
readonly ago = {
|
||||
|
||||
Reference in New Issue
Block a user