Fix:bug fix (#12423)

### What problem does this PR solve?
change: 
initialize webhook configuration in webhook function
remove debug print statement from airtable_connector
remove redundant uuid import in imap_connector

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
buua436
2026-01-04 19:16:29 +08:00
committed by GitHub
parent a8a060676a
commit 932496a8ec
3 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,6 @@ class AirtableConnector(LoadConnector, PollConnector):
batch: list[Document] = []
for record in records:
print(record)
record_id = record.get("id")
fields = record.get("fields", {})
created_time = record.get("createdTime")