Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update Notion client integration and database schema retrieval
- Replaced the `notion_client.Client` with `notion_automation.notion_client.NotionClient` for improved modularity. - Updated the authentication method to use `NOTION_API_KEY` instead of `NOTION_TOKEN`. - Modified the database retrieval method to align with the new client structure, enhancing clarity and maintainability.
- Loading branch information