Files
botpress--botpress/integrations/zoom/src/setup/unregister.ts
T
2026-07-13 13:34:48 +08:00

6 lines
221 B
TypeScript

import * as bp from '.botpress'
export const unregister: bp.IntegrationProps['unregister'] = async ({ logger }) => {
logger.forBot().info('Unregister process for Zoom integration invoked. No resources to clean up.')
}