Skip to content

Commit 2821169

Browse files
committed
Fix whitespaces
1 parent 63e3b58 commit 2821169

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

output/schema/schema.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/connector/check_in/ConnectorCheckInRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { Id } from '@_types/common'
2121

2222
/**
2323
* Check in a connector.
24-
*
24+
*
2525
* Update the `last_seen` field in the connector and set it to the current timestamp.
2626
* @rest_spec_name connector.check_in
2727
* @availability stack since=8.12.0 stability=experimental

specification/connector/sync_job_delete/SyncJobDeleteRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { Id } from '@_types/common'
2323
* Delete a connector sync job.
2424
*
2525
* Remove a connector sync job and its associated data.
26-
* This is a destructive action that is not recoverable.
26+
* This is a destructive action that is not recoverable.
2727
* @rest_spec_name connector.sync_job_delete
2828
* @availability stack since=8.12.0 stability=beta
2929
* @availability serverless stability=beta visibility=public

specification/connector/update_active_filtering/ConnectorUpdateActiveFilteringRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { RequestBase } from '@_types/Base'
2020
import { Id } from '@_types/common'
2121

2222
/**
23-
* Activate the connector draft filter.
23+
* Activate the connector draft filter.
2424
*
2525
* Activates the valid draft filtering for a connector.
2626
* @rest_spec_name connector.update_active_filtering

0 commit comments

Comments
 (0)