Skip to content

Commit 5b7382e

Browse files
committed
removing with
1 parent 0c3a2b7 commit 5b7382e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/generators/middy/middy-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { Logger } from '@aws-lambda-powertools/logger';
2020
import { parser } from '@aws-lambda-powertools/parser/middleware';
2121
import { Route } from '@middy/http-router';
2222
import { APIGatewayEvent, APIGatewayProxyEvent, APIGatewayProxyResult } from 'aws-lambda';
23-
import schema from './schema.json' with { type: 'json' };
23+
import schema from './schema.json';
2424
import * as model from './zod-model';
2525
import * as z from 'zod';`
2626
}

0 commit comments

Comments
 (0)