From 216ba7fd1314f85dbc9e61f1e15a127f49d4c9db Mon Sep 17 00:00:00 2001 From: lcawl Date: Wed, 18 Dec 2024 18:16:51 -0800 Subject: [PATCH] Fix style --- output/schema/schema.json | 2 +- .../connector/sync_job_check_in/SyncJobCheckInResponse.ts | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/output/schema/schema.json b/output/schema/schema.json index 3752282e62..e9779950e7 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -115529,7 +115529,7 @@ "name": "Response", "namespace": "connector.sync_job_check_in" }, - "specLocation": "connector/sync_job_check_in/SyncJobCheckInResponse.ts#L22-L25" + "specLocation": "connector/sync_job_check_in/SyncJobCheckInResponse.ts#L20-L22" }, { "kind": "request", diff --git a/specification/connector/sync_job_check_in/SyncJobCheckInResponse.ts b/specification/connector/sync_job_check_in/SyncJobCheckInResponse.ts index 81d9feeb11..0769bf66cb 100644 --- a/specification/connector/sync_job_check_in/SyncJobCheckInResponse.ts +++ b/specification/connector/sync_job_check_in/SyncJobCheckInResponse.ts @@ -17,9 +17,6 @@ * under the License. */ -import { Result } from '@_types/Result' - export class Response { - body: { - } + body: {} }