From ea1d368d4d2107332a3a3e230bc5846d783e4ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-=C3=89tienne=20Lord?= Date: Mon, 2 Dec 2024 14:32:52 -0500 Subject: [PATCH] refactor(geo): delete index export --- git-hooks/commit-msg | 1 + packages/geo/src/lib/datasource/shared/datasources/index.ts | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/git-hooks/commit-msg b/git-hooks/commit-msg index 032ee3f604..ace314c052 100755 --- a/git-hooks/commit-msg +++ b/git-hooks/commit-msg @@ -1 +1,2 @@ +#!/bin/sh npx commitlint --edit $1 \ No newline at end of file diff --git a/packages/geo/src/lib/datasource/shared/datasources/index.ts b/packages/geo/src/lib/datasource/shared/datasources/index.ts index 324ba35283..bb00a607db 100644 --- a/packages/geo/src/lib/datasource/shared/datasources/index.ts +++ b/packages/geo/src/lib/datasource/shared/datasources/index.ts @@ -33,4 +33,3 @@ export * from './cluster-datasource'; export * from './cluster-datasource.interface'; export * from './any-datasource'; export * from './any-datasource.interface'; -export * from './any-datasource.utils';