File tree 1 file changed +2
-3
lines changed
packages/snaps-controllers/src/cronjob
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -457,8 +457,7 @@ export class CronjobController extends BaseController<
457
457
* Unregister all jobs and background events related to the given snapId.
458
458
*
459
459
* @param snapId - ID of a snap.
460
- * @param skipEvents - Whether the unregistration process should
461
- * skip scheduled background events.
460
+ * @param skipEvents - Whether the unregistration process should skip scheduled background events.
462
461
*/
463
462
unregister ( snapId : string , skipEvents = false ) {
464
463
const jobs = [ ...this . #snapIds. entries ( ) ] . filter (
@@ -618,7 +617,7 @@ export class CronjobController extends BaseController<
618
617
}
619
618
620
619
/**
621
- * Handle events that could cause crobjobs to be registered
620
+ * Handle events that could cause cronjobs to be registered
622
621
* and for background events to be rescheduled.
623
622
*
624
623
* @param snap - Basic Snap information.
You can’t perform that action at this time.
0 commit comments