mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 19:04:02 +00:00
refactor(bot): replace reminder polling with scheduled dispatches
This commit is contained in:
@@ -70,7 +70,7 @@ async function run(): Promise<void> {
|
||||
)
|
||||
|
||||
await expectJson(
|
||||
toUrl(botApiUrl, '/jobs/reminder/utilities'),
|
||||
toUrl(botApiUrl, '/jobs/dispatch/test-dispatch'),
|
||||
{
|
||||
method: 'POST',
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user