Skip to content

Commit

Permalink
Make Codacy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Dec 19, 2019
1 parent ecab41f commit 45cb4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface OpenApiValidatorOpts {
unknownFormats?: true | string[] | 'ignore';
multerOpts?: {};
$refParser?: {
mode: 'bundle' | 'dereference'
mode: 'bundle' | 'dereference',
};
}

Expand Down

0 comments on commit 45cb4e0

Please sign in to comment.