Skip to content

Commit 1cbf5f1

Browse files
committed
fix: linter and prettier
1 parent 6e797bb commit 1cbf5f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • services/libs/data-access-layer/src/enrichment/organizationEnrichmentCache

services/libs/data-access-layer/src/enrichment/organizationEnrichmentCache/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export async function insertOrganizationEnrichmentCache<T>(
1616
)
1717
}
1818

19-
export async function findOrganizationEnrichmentCache<T>(
19+
export async function findOrganizationEnrichmentCache(
2020
qx: QueryExecutor,
2121
organizationId: string,
2222
source: OrganizationEnrichmentSource,

0 commit comments

Comments
 (0)