feat: sort list
TS Lint / Oxlint (push) Successful in 44s
TS Lint / TypeScript (push) Successful in 1m12s
TS Lint / ESLint (push) Successful in 1m13s

This commit is contained in:
2026-07-12 17:14:37 +02:00
parent c07aed8aea
commit d21a829f6b
5 changed files with 63 additions and 2 deletions
+2
View File
@@ -20,6 +20,8 @@ export interface Task {
id: string;
name: string;
reset_cron: string | null;
created_at: Date;
updated_at: Date;
check_date: Date | null;
previous_check_date: Date | null;
}