Spaces:
Paused
Paused
Update src/main.tsx
Browse files- 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 |
});
|