We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76acbe commit 2deb223Copy full SHA for 2deb223
packages/parser/src/envelopes/apigw.ts
@@ -2,7 +2,7 @@ import type { ZodSchema, z } from 'zod';
2
import { ParseError } from '../errors.js';
3
import { APIGatewayProxyEventSchema } from '../schemas/apigw.js';
4
import type { ParsedResult } from '../types/parser.js';
5
-import { Envelope } from './envelope';
+import { Envelope } from './envelope.js';
6
7
/**
8
* API Gateway envelope to extract data within body key
0 commit comments