Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed Mar 29, 2022
1 parent b739691 commit 2ddbc76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,7 @@ components:
ConvertRequest:
type: object
required:
- asyncapis
optional:
- base
- asyncapi
properties:
asyncapi:
$ref: '#/components/schemas/AsyncAPIDocument'
Expand Down
1 change: 0 additions & 1 deletion src/controllers/bundler.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { ProblemException } from '../exceptions/problem.exception';
import { Controller } from '../interfaces';
import bundler from '@asyncapi/bundler';
import { documentValidationMiddleware } from '../middlewares/document-validation.middleware';
import path from 'path';

export class BundlerController implements Controller {
public basepath = '/bundle';
Expand Down

0 comments on commit 2ddbc76

Please sign in to comment.