1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-01-26 15:03:00 +02:00

fixed cronRemove docs declaration

This commit is contained in:
Gani Georgiev 2023-07-30 18:02:16 +03:00
parent 0c5305c174
commit 6d2677a5e3
2 changed files with 4412 additions and 4420 deletions

File diff suppressed because it is too large Load Diff

View File

@ -57,11 +57,7 @@ declare function cronAdd(
* *
* @group PocketBase * @group PocketBase
*/ */
declare function cronAdd( declare function cronRemove(jobId: string): void;
jobId: string,
cronExpr: string,
handler: () => void,
): void;
// ------------------------------------------------------------------- // -------------------------------------------------------------------
// routerBinds // routerBinds