We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d773d commit 98fa540Copy full SHA for 98fa540
internal/datastore/src/supplier-repository.ts
@@ -6,8 +6,6 @@ import {
6
} from '@aws-sdk/lib-dynamodb';
7
import { Supplier, SupplierSchema } from './types';
8
import { Logger } from 'pino';
9
-import { v4 as uuidv4 } from 'uuid';
10
-import z from 'zod';
11
12
export type SupplierRepositoryConfig = {
13
suppliersTableName: string
0 commit comments