mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 08:36:44 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
cca95ded5a
commit
517cd3d0ad
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ export function useCronjobs() {
|
|||
.from("scheduled_jobs")
|
||||
.select("*")
|
||||
.eq("user_id", user!.id)
|
||||
.neq("status", "archived")
|
||||
.order("created_at", { ascending: false });
|
||||
if (error) throw error;
|
||||
return (data ?? []).map(normalizeJob);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue