diff --git a/src/lib/blueprint.ts b/src/lib/blueprint.ts index f53c41c..8106b40 100644 --- a/src/lib/blueprint.ts +++ b/src/lib/blueprint.ts @@ -78,6 +78,6 @@ export const createBlueprint = ({ openapi }: TypesModule): Blueprint => { return { name: openapi.info.title, routes: [], - resources: {} + resources: {}, } }