Skip to content

Commit 2deb223

Browse files
authored
chore(parser): review imports (#2838)
1 parent f76acbe commit 2deb223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/parser/src/envelopes/apigw.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { ZodSchema, z } from 'zod';
22
import { ParseError } from '../errors.js';
33
import { APIGatewayProxyEventSchema } from '../schemas/apigw.js';
44
import type { ParsedResult } from '../types/parser.js';
5-
import { Envelope } from './envelope';
5+
import { Envelope } from './envelope.js';
66

77
/**
88
* API Gateway envelope to extract data within body key

0 commit comments

Comments
 (0)