From 06ed907df6931745b8a3e686e2816561b7b9577a Mon Sep 17 00:00:00 2001 From: treipatru Date: Mon, 15 Jul 2024 14:43:31 +0200 Subject: [PATCH] refactor: tweak interval --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index b6e84ee..f036884 100644 --- a/src/index.ts +++ b/src/index.ts @@ -18,7 +18,7 @@ const bree = new Bree({ { name: 'daily-movie', timeout: '10s', - interval: 'at 11:45 am', + cron: '0 15 * * *', }, ],