Skip to content

Commit

Permalink
chore(parser): review imports (#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi authored Jul 25, 2024
1 parent f76acbe commit 2deb223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parser/src/envelopes/apigw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { ZodSchema, z } from 'zod';
import { ParseError } from '../errors.js';
import { APIGatewayProxyEventSchema } from '../schemas/apigw.js';
import type { ParsedResult } from '../types/parser.js';
import { Envelope } from './envelope';
import { Envelope } from './envelope.js';

/**
* API Gateway envelope to extract data within body key
Expand Down

0 comments on commit 2deb223

Please sign in to comment.