From 63dbffeb03b952bca64ba1776ac8dff0bed77bee Mon Sep 17 00:00:00 2001 From: Hassan Malik Date: Tue, 14 Jan 2025 16:47:43 -0500 Subject: [PATCH] update per review --- packages/examples/packages/cronjobs/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/examples/packages/cronjobs/src/index.ts b/packages/examples/packages/cronjobs/src/index.ts index 4b77961eb7..1aa24ad4d0 100644 --- a/packages/examples/packages/cronjobs/src/index.ts +++ b/packages/examples/packages/cronjobs/src/index.ts @@ -57,7 +57,7 @@ export const onCronjob: OnCronjobHandler = async ({ request }) => { /** * Handle incoming JSON-RPC requests from the dapp, sent through the - * `wallet_invokeSnap` method. This handler handles three methods: + * `wallet_invokeSnap` method. This handler handles four methods: * * - `scheduleNotificationWithDate`: Schedule a notification in the future with the `date` param. * - `scheduleNotificationWithDuration`: Schedule a notification in the future with the `duration` param.