From bc939e2a71d73fa78164ec083812ffbc261c8d97 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 17 Jan 2024 08:40:29 +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 148b6c7af9..5f308ac912 100644 --- a/typescript-client/client.ts +++ b/typescript-client/client.ts @@ -6,7 +6,6 @@ import { } from "./index"; import { OpenAPI } from "./index"; import type { DenoS3LightClientSettings } from "./index"; -import { OidcService } from "./src"; export { AdminService, @@ -22,6 +21,7 @@ export { SettingsService, UserService, WorkspaceService, + OidcService, } from "./index"; export type Sql = string;