Skip to content

Commit 98fa540

Browse files
committed
CCM-11600: fix some imports
1 parent b0d773d commit 98fa540

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/datastore/src/supplier-repository.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import {
66
} from '@aws-sdk/lib-dynamodb';
77
import { Supplier, SupplierSchema } from './types';
88
import { Logger } from 'pino';
9-
import { v4 as uuidv4 } from 'uuid';
10-
import z from 'zod';
119

1210
export type SupplierRepositoryConfig = {
1311
suppliersTableName: string

0 commit comments

Comments
 (0)