mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 18:36:23 +02:00
Merge pull request #379 from MODSetter/dev
fix: removed checks that were not checked
This commit is contained in:
commit
a4103702dc
1 changed files with 14 additions and 14 deletions
|
|
@ -524,20 +524,20 @@ def validate_connector_config(connector_type: str | Any, config: dict[str, Any])
|
||||||
"required": ["CLICKUP_API_TOKEN"],
|
"required": ["CLICKUP_API_TOKEN"],
|
||||||
"validators": {}
|
"validators": {}
|
||||||
},
|
},
|
||||||
"GOOGLE_CALENDAR_CONNECTOR": {
|
# "GOOGLE_CALENDAR_CONNECTOR": {
|
||||||
"required": ["token", "refresh_token", "token_uri", "client_id", "expiry", "scopes", "client_secret"],
|
# "required": ["token", "refresh_token", "token_uri", "client_id", "expiry", "scopes", "client_secret"],
|
||||||
"validators": {},
|
# "validators": {},
|
||||||
"allow_none_or_empty": False # Special flag for Google connectors
|
# "allow_none_or_empty": False # Special flag for Google connectors
|
||||||
},
|
# },
|
||||||
"GOOGLE_GMAIL_CONNECTOR": {
|
# "GOOGLE_GMAIL_CONNECTOR": {
|
||||||
"required": ["token", "refresh_token", "token_uri", "client_id", "expiry", "scopes", "client_secret"],
|
# "required": ["token", "refresh_token", "token_uri", "client_id", "expiry", "scopes", "client_secret"],
|
||||||
"validators": {},
|
# "validators": {},
|
||||||
"allow_none_or_empty": False
|
# "allow_none_or_empty": False
|
||||||
},
|
# },
|
||||||
"AIRTABLE_CONNECTOR": {
|
# "AIRTABLE_CONNECTOR": {
|
||||||
"required": ["AIRTABLE_API_KEY", "AIRTABLE_BASE_ID"],
|
# "required": ["AIRTABLE_API_KEY", "AIRTABLE_BASE_ID"],
|
||||||
"validators": {}
|
# "validators": {}
|
||||||
},
|
# },
|
||||||
"LUMA_CONNECTOR": {
|
"LUMA_CONNECTOR": {
|
||||||
"required": ["LUMA_API_KEY"],
|
"required": ["LUMA_API_KEY"],
|
||||||
"validators": {}
|
"validators": {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue