From f1804d4670bc67916e2f00e1eefd7db7f8b5c0d2 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Wed, 20 Mar 2024 00:46:00 +0300 Subject: [PATCH] ci: fix fluentci issue --- .fluentci/deps.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/.fluentci/deps.ts b/.fluentci/deps.ts index 0601a43..8f2f72b 100644 --- a/.fluentci/deps.ts +++ b/.fluentci/deps.ts @@ -1,6 +1,4 @@ export { assertEquals } from "https://deno.land/std@0.191.0/testing/asserts.ts"; -import { Client } from "./sdk/client.gen.ts"; -export default Client; export type { DirectoryID, SecretID } from "./sdk/client.gen.ts"; export { Directory, Secret, File } from "./sdk/client.gen.ts";