diff --git a/packages/pockethost.io/src/pocketbase/PocketbaseClient.ts b/packages/pockethost.io/src/pocketbase/PocketbaseClient.ts index cb10ae0e..4fa83810 100644 --- a/packages/pockethost.io/src/pocketbase/PocketbaseClient.ts +++ b/packages/pockethost.io/src/pocketbase/PocketbaseClient.ts @@ -280,11 +280,6 @@ export const createPocketbaseClient = (url: string) => { } ) - const [onJobUpdated, fireJobUpdated] = - createGenericSyncEvent>>() - - client.collection('jobs').subscribe>('*', fireJobUpdated) - return { getAuthStoreProps, parseError, @@ -303,7 +298,6 @@ export const createPocketbaseClient = (url: string) => { getAllInstancesById, resendVerificationEmail, watchBackupsByInstanceId, - onJobUpdated, createInstanceBackupJob, createInstanceRestoreJob }