Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreujuanc committed Jun 20, 2024
1 parent 8333683 commit 551ed30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lambada/core",
"version": "1.15.3",
"version": "1.15.4",
"description": "A VERY opinionated infrastructure as code framework.",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/api/createEndpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export type LambadaEndpointArgs = {
resources?: LambdaResource[],
extraHeaders?: {},
cache?: {
control?: 'string'
control?: string
},
environmentVariables?: EmbroideryEnvironmentVariables,
openapi?: (registry: OpenAPIRegistry) => DistributiveOmit<RouteConfig, 'path' | 'method'>
Expand Down

0 comments on commit 551ed30

Please sign in to comment.