Skip to content

Commit

Permalink
fix: List full cron
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jan 27, 2025
1 parent 2a806ea commit 45248d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/crons/list-crons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function listCrons() {

const crons = await client.crons.search();
console.log("Crons");
console.log(crons);
console.dir(crons, { depth: null });
}

listCrons().catch(console.error);

0 comments on commit 45248d5

Please sign in to comment.