From b4aee969101e08f26438b06eefd7d5ce3503e231 Mon Sep 17 00:00:00 2001 From: Sebastian Tilsch Date: Thu, 18 Apr 2024 19:23:52 +0200 Subject: [PATCH] linter --- apps/edb-prisma-cli/src/import.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/edb-prisma-cli/src/import.ts b/apps/edb-prisma-cli/src/import.ts index d4b92a08..479e2bd6 100644 --- a/apps/edb-prisma-cli/src/import.ts +++ b/apps/edb-prisma-cli/src/import.ts @@ -1,7 +1,7 @@ import cliProgress from "cli-progress"; import { PrismaClient } from "@prisma/client"; import { AbstractDatastore, CountAndIterable } from "@slub/edb-global-types"; -import {typeIRItoTypeName} from "./dataStore"; +import { typeIRItoTypeName } from "./dataStore"; type PropertiesAndConnects = { id?: string; @@ -80,7 +80,7 @@ const getPropertiesAndConnects = async ( prisma, importError, `${key}_`, - middleware + middleware, ); properties = { ...properties, @@ -182,7 +182,7 @@ const importData = async ( document: any, importError: Set, ) => { - const typeName = importStore.typeIRItoTypeName(typeIRI) + const typeName = importStore.typeIRItoTypeName(typeIRI); try { await importStore .loadDocument(typeName, entityIRI)