Skip to content

Commit 24d7e31

Browse files
chore: auto-fix lint and format issues
1 parent 428bd1b commit 24d7e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airbyte-integrations/connectors/source-appfigures/manifest.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ definitions:
172172
datetime_format: "%Y-%m-%dT%H:%M:%S"
173173
start_datetime:
174174
type: MinMaxDatetime
175-
datetime: "{{ config[\"start_date\"] }}"
175+
datetime: '{{ config["start_date"] }}'
176176
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
177177
end_datetime:
178178
type: MinMaxDatetime
@@ -453,7 +453,7 @@ definitions:
453453
url_base: https://api.appfigures.com/v2/
454454
authenticator:
455455
type: BearerAuthenticator
456-
api_token: "{{ config[\"api_key\"] }}"
456+
api_token: '{{ config["api_key"] }}'
457457

458458
streams:
459459
- $ref: "#/definitions/streams/status"

0 commit comments

Comments
 (0)