mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-01-25 06:42:43 +02:00
fixed cronRemove docs declaration
This commit is contained in:
parent
0c5305c174
commit
6d2677a5e3
8826
plugins/jsvm/internal/types/generated/types.d.ts
vendored
8826
plugins/jsvm/internal/types/generated/types.d.ts
vendored
File diff suppressed because it is too large
Load Diff
@ -57,11 +57,7 @@ declare function cronAdd(
|
||||
*
|
||||
* @group PocketBase
|
||||
*/
|
||||
declare function cronAdd(
|
||||
jobId: string,
|
||||
cronExpr: string,
|
||||
handler: () => void,
|
||||
): void;
|
||||
declare function cronRemove(jobId: string): void;
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
// routerBinds
|
||||
|
Loading…
x
Reference in New Issue
Block a user