web / lib/collections/scheduled-imports/hooks
lib/collections/scheduled-imports/hooks
Hook handlers for scheduled imports collection.
Contains beforeChange hooks that handle schedule calculation, webhook token management, and data normalization. Extracted from the main collection file to improve maintainability and reduce file size.
Variables
beforeChangeHook
constbeforeChangeHook:CollectionBeforeChangeHook
Hook that handles schedule calculation, webhook token management, and field normalization. Also preserves createdBy on updates to prevent modification.
Last updated on