Ran yarn validation

This commit is contained in:
Jonathan Bailey 2019-11-13 13:51:50 -05:00
parent b40455158a
commit 44ce9c5ddb

View File

@ -86,7 +86,7 @@ export class OperationModel implements IMenuItem {
parent: GroupModel | undefined,
private options: RedocNormalizedOptions,
isCallback: boolean = false,
callbackEventName: string | undefined = undefined,
callbackEventName?: string,
) {
this.pointer = JsonPointer.compile(['paths', operationSpec.pathName, operationSpec.httpVerb]);