From 44ce9c5ddb69f4521561e92b63c7c04bf706c6d6 Mon Sep 17 00:00:00 2001 From: Jonathan Bailey Date: Wed, 13 Nov 2019 13:51:50 -0500 Subject: [PATCH] Ran yarn validation --- src/services/models/Operation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/models/Operation.ts b/src/services/models/Operation.ts index 058b6196..aacd4749 100644 --- a/src/services/models/Operation.ts +++ b/src/services/models/Operation.ts @@ -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]);