From 27c143c3dced2b501dab0e08ccd3969ef9bd46c3 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 17 Jan 2024 10:05:01 +0100 Subject: [PATCH] fix typescript client --- typescript-client/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript-client/client.ts b/typescript-client/client.ts index 5f308ac912..4f90a6e2f5 100644 --- a/typescript-client/client.ts +++ b/typescript-client/client.ts @@ -3,6 +3,7 @@ import { VariableService, JobService, HelpersService, + OidcService, } from "./index"; import { OpenAPI } from "./index"; import type { DenoS3LightClientSettings } from "./index"; @@ -21,7 +22,6 @@ export { SettingsService, UserService, WorkspaceService, - OidcService, } from "./index"; export type Sql = string;