Skip to content

Commit f1ab6d5

Browse files
committed
Fixed the import path of the helper
1 parent a33acaf commit f1ab6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/parser/src/schemas/kinesis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Base64Encoded } from 'src/helpers/index.js';
21
import { z } from 'zod';
2+
import { Base64Encoded } from '../helpers/index.js';
33
import type { KinesisDataStreamEvent } from '../types/schema.js';
44
import { DynamoDBStreamToKinesisRecord } from './dynamodb.js';
55

0 commit comments

Comments
 (0)