mirror of
https://github.com/xtr-dev/payload-mailing.git
synced 2025-12-10 08:13:23 +00:00
Remove onReady callback from plugin
The onReady callback is no longer needed since the plugin no longer schedules initial processing jobs during initialization.
This commit is contained in:
@@ -76,7 +76,6 @@ export interface MailingPluginConfig {
|
||||
templateEngine?: TemplateEngine
|
||||
richTextEditor?: RichTextField['editor']
|
||||
beforeSend?: BeforeSendHook
|
||||
onReady?: (payload: any) => Promise<void>
|
||||
initOrder?: 'before' | 'after'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user