fixed cronRemove docs declaration
This commit is contained in:
+4411
-4415
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user