Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rmneidermyer committed Nov 14, 2023
1 parent ef75103 commit 8e0e3b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dynamo-streams.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { LoggerInterface } from '@lifeomic/logging';
import { v4 as uuid } from 'uuid';
import { DynamoStreamHandler } from './dynamo-streams';
import { marshall } from '@aws-sdk/util-dynamodb';
// import { DynamoDBStreamEvent } from 'aws-lambda';
import { z } from 'zod';

const TestSchema = z.object({
Expand Down

0 comments on commit 8e0e3b2

Please sign in to comment.