fsfgdsgdfgsdfg commited on
Commit
9a81501
·
verified ·
1 Parent(s): 2ca60d6

Update src/main.tsx

Browse files
Files changed (1) hide show
  1. src/main.tsx +1 -1
src/main.tsx CHANGED
@@ -86,7 +86,7 @@ Deno.cron('follow', '32 17 * * *', () => {
86
  });
87
 
88
  Deno.cron('test', '0 * * * *', async () => {
89
- console.log('Testing cron job');
90
  const host = 'https://' + Deno.env.get('SPACE_HOST');
91
  await fetch(host, { method: 'skibidi' });
92
  });
 
86
  });
87
 
88
  Deno.cron('test', '0 * * * *', async () => {
89
+ console.log('Testing cron job hfgfsghfghhfgssfgh');
90
  const host = 'https://' + Deno.env.get('SPACE_HOST');
91
  await fetch(host, { method: 'skibidi' });
92
  });